mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-10 17:46:54 +00:00
eip4844: update test type definition
This commit is contained in:
parent
63ab5996f4
commit
c7d88b7ce5
@ -34,13 +34,14 @@ class ECDSASignature(Container):
|
|||||||
class BlobTransaction(Container):
|
class BlobTransaction(Container):
|
||||||
chain_id: uint256
|
chain_id: uint256
|
||||||
nonce: uint64
|
nonce: uint64
|
||||||
priority_fee_per_gas: uint256
|
max_priority_fee_per_gas: uint256
|
||||||
max_basefee_per_gas: uint256
|
max_fee_per_gas: uint256
|
||||||
gas: uint64
|
gas: uint64
|
||||||
to: Union[None, Bytes20] # Address = Bytes20
|
to: Union[None, Bytes20] # Address = Bytes20
|
||||||
value: uint256
|
value: uint256
|
||||||
data: ByteList[MAX_CALLDATA_SIZE]
|
data: ByteList[MAX_CALLDATA_SIZE]
|
||||||
access_list: List[AccessTuple, MAX_ACCESS_LIST_SIZE]
|
access_list: List[AccessTuple, MAX_ACCESS_LIST_SIZE]
|
||||||
|
max_fee_per_data_gas: uint256
|
||||||
blob_versioned_hashes: List[Bytes32, MAX_VERSIONED_HASHES_LIST_SIZE]
|
blob_versioned_hashes: List[Bytes32, MAX_VERSIONED_HASHES_LIST_SIZE]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user