eip4844: beacon doc - update TOC

This commit is contained in:
protolambda 2022-03-14 19:08:50 +01:00
parent 45e207be4d
commit 9b760dfb54
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- [Introduction](#introduction) - [Introduction](#introduction)
- [Custom types](#custom-types) - [Custom types](#custom-types)
- [Constants](#constants) - [Constants](#constants)
- [Domain types](#domain-types)
- [Preset](#preset) - [Preset](#preset)
- [Trusted setup](#trusted-setup) - [Trusted setup](#trusted-setup)
- [Configuration](#configuration) - [Configuration](#configuration)
@ -18,6 +19,9 @@
- [Extended containers](#extended-containers) - [Extended containers](#extended-containers)
- [`BeaconBlockBody`](#beaconblockbody) - [`BeaconBlockBody`](#beaconblockbody)
- [Helper functions](#helper-functions) - [Helper functions](#helper-functions)
- [KZG core](#kzg-core)
- [`blob_to_kzg`](#blob_to_kzg)
- [`kzg_to_versioned_hash`](#kzg_to_versioned_hash)
- [Misc](#misc) - [Misc](#misc)
- [`tx_peek_blob_versioned_hashes`](#tx_peek_blob_versioned_hashes) - [`tx_peek_blob_versioned_hashes`](#tx_peek_blob_versioned_hashes)
- [`verify_kzgs_against_transactions`](#verify_kzgs_against_transactions) - [`verify_kzgs_against_transactions`](#verify_kzgs_against_transactions)