pub type ExecutionPayloadCancun = ExecutionPayloadV3;Available on crate features
node-api and node only.Expand description
Cancun execution payload.
Aliased Type§
pub struct ExecutionPayloadCancun {
pub payload_inner: ExecutionPayloadV2,
pub blob_gas_used: u64,
pub excess_blob_gas: u64,
}Fields§
§payload_inner: ExecutionPayloadV2Inner V2 payload
blob_gas_used: u64Array of hex u64 representing blob gas used, enabled with V3
See https://github.com/ethereum/execution-apis/blob/fe8e13c288c592ec154ce25c534e26cb7ce0530d/src/engine/cancun.md#ExecutionPayloadV3
excess_blob_gas: u64Array of hex u64 representing excess blob gas, enabled with V3
See https://github.com/ethereum/execution-apis/blob/fe8e13c288c592ec154ce25c534e26cb7ce0530d/src/engine/cancun.md#ExecutionPayloadV3
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 600 bytes