Skip to content

Commit

Permalink
Add toc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Jun 12, 2023
1 parent d8f299c commit 1af0681
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/engine/cancun.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,23 @@ This specificaiton is based on and extends [Engine API - Shanghai](./shanghai.md
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Structures](#structures)
- [ExecutionPayloadV3](#executionpayloadv3)
- [BlobsBundleV1](#blobsbundlev1)
- [Methods](#methods)
- [engine_newPayloadV3](#engine_newpayloadv3)
- [Request](#request)
- [Response](#response)
- [Specification](#specification)
- [engine_getPayloadV3](#engine_getpayloadv3)
- [Request](#request-1)
- [Response](#response-1)
- [Specification](#specification-1)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Structures

### ExecutionPayloadV3

This structure has the syntax of [`ExecutionPayloadV2`](./shanghai.md#executionpayloadv2) and append two new fields: `dataGasUsed` and `excessDataGas`.
Expand Down

0 comments on commit 1af0681

Please sign in to comment.