Get desktop application:
View/edit binary Protocol Buffers messages
Used in: EIP1559Call, EIP2930Call
Used in: AccessList
Used in: AccountDiffEntry
Used in: StateDiff
Used in: Trace
Used in: FilterRequest
Used in: DeltaBytes
bytes from = 1
bytes to = 2
Used in: DeltaH256
Used in: DeltaU64
uint64 from = 1
uint64 to = 2
Used in: FullBlock, LightBlock
uint64 number = 1
optional types.H256 parent_hash = 3
uint64 nonce = 4
optional types.H256 ommer_root = 5
optional types.H256 state_root = 6
optional types.H256 receipt_root = 7
optional types.H160 coinbase = 8
uint64 difficulty = 9
uint64 total_difficulty = 10
bytes extra_data = 11
uint64 size = 12
uint64 gas_limit = 13
uint64 gas_used = 14
uint64 timestamp = 15
repeated types.H256 ommers = 16
Used as request type in: TraceApi.Block
Used as field type in: AccountStreamRequest, BlockRequest, CallRequests, FilterRequest, StorageStreamRequest, TraceBlockRequest
Used in: BlockId
Used as request type in: EthApi.FullBlock, EthApi.LightBlock
optional BlockId search_location = 1
Used in: CallRequest
Used in: Action
uint64 gas = 4
bytes input = 5
optional CallType call_type = 6
Used in: TraceOutput
uint64 gas_used = 1
bytes output = 2
Used in: CallRequests
Used in: CallAction
CallTypeCall = 0
CallTypeCallCode = 1
CallTypeDelegateCall = 2
CallTypeStaticCall = 3
Used in: StoredTransaction
optional types.H256 block_hash = 1
uint64 block_number = 2
uint64 index = 3
Used in: Action
uint64 gas = 3
bytes init = 4
Used in: TraceOutput
uint64 gas_used = 1
bytes code = 2
optional types.H160 address = 3
Used in: AccountDiff
oneof delta
bytes added = 2
bytes removed = 3
Used in: AccountDiff, StorageDiffEntry
Used in: AccountDiff
oneof delta
uint64 added = 2
uint64 removed = 3
Used in: Call
optional uint64 gas_limit = 3
optional uint64 max_priority_fee_per_gas = 4
optional uint64 max_fee_per_gas = 5
optional bytes input = 7
optional AccessList access_list = 8
Used in: Call
optional uint64 gas_limit = 3
optional uint64 gas_price = 4
optional bytes input = 6
optional AccessList access_list = 7
Used in: FilterRequest
Union = 0
Intersection = 1
Used in: FullBlockResponse
Used as response type in: TraceApi.Transaction
Used as field type in: FullTraceWithTransactionHash, FullTraces
Used in: FullTracesWithTransactionHashes
Used in: OptionalFullTracesWithTransactionHashes
Used in: Call
optional uint64 gas_limit = 3
optional uint64 gas_price = 4
optional bytes input = 6
Used in: LightBlockResponse
Used in: VmExecutedOperation
uint64 off = 1
bytes data = 2
Used in: Action
Used in: RewardAction
Used in: Action
Used in: FullTrace
Used in: VmExecutedOperation
Used in: AccountDiff
Used in: TransactionResponse
Used in: TraceWithLocation, Traces
optional Action action = 1
uint64 subtraces = 3
repeated uint64 trace_address = 4
Used in: CallRequest, TraceBlockRequest, TraceTransactionRequest
bool trace = 1
bool vm_trace = 2
bool state_diff = 3
Used in: TraceResult
Used in: Trace
Used as response type in: TraceApi.Filter
Used as field type in: TracesWithLocation
optional Trace trace = 1
optional uint64 transaction_position = 2
optional types.H256 transaction_hash = 3
uint64 block_number = 4
optional types.H256 block_hash = 5
Used in: FullTrace
repeated Trace traces = 1
Used in: OptionalTracesWithLocation
Used as request type in: EthApi.SendTransaction
Used as field type in: FullBlock, StoredTransaction
uint64 gas = 2
uint64 gas_price = 3
bytes input = 5
uint64 nonce = 6
uint32 v = 9
Used in: VmInstruction
Used in: VmTrace
uint32 pc = 1
uint64 cost = 2
optional VmTrace sub = 4
Used in: FullTrace, VmInstruction