Get desktop application:
View/edit binary Protocol Buffers messages
Used in: TransactionEip1559, TransactionEip2930, TransactionEip4844, TransactionEip7702
bytes address = 1
repeated bytes storage_keys = 2
Used in: AccountInfoRevert, BundleAccount
bytes balance = 1
uint64 nonce = 2
bytes code_hash = 3
optional Bytecode code = 4
Used in: Revert
Used in: BundleAccount, Revert
LOADED_NOT_EXISTING = 0
LOADED = 1
LOADED_EMPTY_EIP161 = 2
IN_MEMORY_CHANGE = 3
CHANGED = 4
DESTROYED = 5
DESTROYED_CHANGED = 6
DESTROYED_AGAIN = 7
Used in: AuthorizationListItem
uint64 chain_id = 1
bytes address = 2
uint64 nonce = 3
Used in: TransactionEip7702
Used as response type in: RemoteExEx.SubscribeBlock
Used as field type in: Chain, ReceiptsNotification
repeated Header ommers = 3
repeated bytes senders = 4
Used in: ExecutionOutcome, ReceiptsNotification
Used in: BundleState
Used in: BundleState
bytes address = 1
optional AccountInfo original_info = 3
Used in: ExecutionOutcome, StateUpdateNotification
uint64 state_size = 4
uint64 reverts_size = 5
Used in: AccountInfo, ContractBytecode
Used in: ChainCommitted, ChainReorged, ChainReverted
repeated Block blocks = 1
Used in: ExExNotification
Used in: ExExNotification
Used in: ExExNotification
Used in: BundleState
bytes hash = 1
optional Bytecode bytecode = 2
Used in: Bytecode
bytes delegated_address = 1
uint64 version = 2
bytes raw = 3
Used in: Bytecode
(message has no fields)
Used in: Chain
Used in: Block, SealedHeader
bytes parent_hash = 1
bytes ommers_hash = 2
bytes beneficiary = 3
bytes state_root = 4
bytes transactions_root = 5
bytes receipts_root = 6
optional bytes withdrawals_root = 7
bytes logs_bloom = 8
bytes difficulty = 9
uint64 number = 10
uint64 gas_limit = 11
uint64 gas_used = 12
uint64 timestamp = 13
bytes mix_hash = 14
bytes nonce = 15
optional uint64 base_fee_per_gas = 16
optional uint64 blob_gas_used = 17
optional uint64 excess_blob_gas = 18
optional bytes parent_beacon_block_root = 19
bytes extra_data = 20
Used in: Bytecode
bytes bytecode = 1
uint64 original_len = 2
repeated uint32 jump_table = 3
Used in: NonEmptyReceipt
bytes address = 1
optional LogData data = 2
Used in: Log
repeated bytes topics = 1
bytes data = 2
Used in: Receipt
bool success = 2
uint64 cumulative_gas_used = 3
repeated Log logs = 4
Used in: BlockReceipts
Used in: BlockReverts
bytes address = 1
bool wipe_storage = 5
Used in: Revert
bytes key = 1
oneof revert
Used as response type in: RemoteExEx.SubscribeHeader
Used as field type in: Block, StateUpdateNotification
bytes hash = 1
optional Header header = 2
Used in: AuthorizationListItem, Transaction
bytes r = 1
bytes s = 2
bool y_parity = 3
Used in: BundleAccount
bytes key = 1
bytes previous_or_original_value = 2
bytes present_value = 3
Used as request type in: RemoteExEx.SubscribeBlock, RemoteExEx.SubscribeExEx, RemoteExEx.SubscribeHeader, RemoteExEx.SubscribeMempoolTx, RemoteExEx.SubscribeReceipts, RemoteExEx.SubscribeStateUpdate
(message has no fields)
Used as response type in: RemoteExEx.SubscribeMempoolTx
Used as field type in: Block
bytes hash = 1
optional Signature signature = 2
oneof transaction
Used in: Transaction
uint64 chain_id = 1
uint64 nonce = 2
bytes gas_limit = 3
bytes max_fee_per_gas = 4
bytes max_priority_fee_per_gas = 5
optional TxKind to = 6
bytes value = 7
bytes input = 9
Used in: Transaction
uint64 chain_id = 1
uint64 nonce = 2
bytes gas_price = 3
bytes gas_limit = 4
optional TxKind to = 5
bytes value = 6
bytes input = 8
Used in: Transaction
uint64 chain_id = 1
uint64 nonce = 2
bytes gas_limit = 3
bytes max_fee_per_gas = 4
bytes max_priority_fee_per_gas = 5
bytes to = 6
bytes value = 7
repeated bytes blob_versioned_hashes = 9
bytes max_fee_per_blob_gas = 10
bytes input = 11
Used in: Transaction
uint64 chain_id = 1
uint64 nonce = 2
bytes gas_limit = 3
bytes max_fee_per_gas = 4
bytes max_priority_fee_per_gas = 5
bytes to = 6
bytes value = 7
bytes input = 10
Used in: Transaction
optional uint64 chain_id = 1
uint64 nonce = 2
bytes gas_price = 3
bytes gas_limit = 4
optional TxKind to = 5
bytes value = 6
bytes input = 7
Used in: TransactionEip1559, TransactionEip2930, TransactionLegacy
Used in: NonEmptyReceipt
LEGACY = 0
EIP2930 = 1
EIP1559 = 2
EIP4844 = 3
EIP7702 = 4