Interface: RPCTransaction
Hierarchy
RPCBlockTransaction
↳
RPCTransaction
Properties
blockHash
• blockHash: string
Inherited from
RPCBlockTransaction.blockHash
Defined in
src/types/Transaction.types.ts:102
blockNumber
• blockNumber: string
Inherited from
RPCBlockTransaction.blockNumber
Defined in
src/types/Transaction.types.ts:103
chainId
• chainId: string
Inherited from
RPCBlockTransaction.chainId
Defined in
src/types/Transaction.types.ts:104
from
• from: string
Inherited from
RPCBlockTransaction.from
Defined in
src/types/Transaction.types.ts:105
gas
• gas: string
Inherited from
RPCBlockTransaction.gas
Defined in
src/types/Transaction.types.ts:106
gasPrice
• gasPrice: string
Inherited from
RPCBlockTransaction.gasPrice
Defined in
src/types/Transaction.types.ts:107
hash
• hash: string
Inherited from
RPCBlockTransaction.hash
Defined in
src/types/Transaction.types.ts:108
input
• input: string
Inherited from
RPCBlockTransaction.input
Defined in
src/types/Transaction.types.ts:109
maxFeePerGas
• maxFeePerGas: string
Defined in
src/types/Transaction.types.ts:9
maxPriorityFeePerGas
• maxPriorityFeePerGas: string
Defined in
src/types/Transaction.types.ts:10
nonce
• nonce: string
Inherited from
RPCBlockTransaction.nonce
Defined in
src/types/Transaction.types.ts:110
r
• r: string
Inherited from
RPCBlockTransaction.r
Defined in
src/types/Transaction.types.ts:111
s
• s: string
Inherited from
RPCBlockTransaction.s
Defined in
src/types/Transaction.types.ts:112
to
• to: string
Inherited from
RPCBlockTransaction.to
Defined in
src/types/Transaction.types.ts:113
transactionIndex
• transactionIndex: string
Inherited from
RPCBlockTransaction.transactionIndex
Defined in
src/types/Transaction.types.ts:114
type
• type: string
Inherited from
RPCBlockTransaction.type
Defined in
src/types/Transaction.types.ts:115
v
• v: string
Inherited from
RPCBlockTransaction.v
Defined in
src/types/Transaction.types.ts:116
value
• value: string
Inherited from
RPCBlockTransaction.value
Defined in
src/types/Transaction.types.ts:117