Skip to content

RPCTransaction

Defined in: types/Transaction.types.ts:5

Extends

  • RPCBlockTransaction

Properties

blockHash

blockHash: string

Defined in: types/Transaction.types.ts:100

Inherited from

RPCBlockTransaction.blockHash


blockNumber

blockNumber: string

Defined in: types/Transaction.types.ts:101

Inherited from

RPCBlockTransaction.blockNumber


chainId

chainId: string

Defined in: types/Transaction.types.ts:102

Inherited from

RPCBlockTransaction.chainId


from

from: string

Defined in: types/Transaction.types.ts:103

Inherited from

RPCBlockTransaction.from


gas

gas: string

Defined in: types/Transaction.types.ts:104

Inherited from

RPCBlockTransaction.gas


gasPrice

gasPrice: string

Defined in: types/Transaction.types.ts:105

Inherited from

RPCBlockTransaction.gasPrice


hash

hash: string

Defined in: types/Transaction.types.ts:106

Inherited from

RPCBlockTransaction.hash


input

input: string

Defined in: types/Transaction.types.ts:107

Inherited from

RPCBlockTransaction.input


maxFeePerGas

maxFeePerGas: string

Defined in: types/Transaction.types.ts:7


maxPriorityFeePerGas

maxPriorityFeePerGas: string

Defined in: types/Transaction.types.ts:8


nonce

nonce: string

Defined in: types/Transaction.types.ts:108

Inherited from

RPCBlockTransaction.nonce


r

r: string

Defined in: types/Transaction.types.ts:109

Inherited from

RPCBlockTransaction.r


s

s: string

Defined in: types/Transaction.types.ts:110

Inherited from

RPCBlockTransaction.s


to

to: string

Defined in: types/Transaction.types.ts:111

Inherited from

RPCBlockTransaction.to


transactionIndex

transactionIndex: string

Defined in: types/Transaction.types.ts:112

Inherited from

RPCBlockTransaction.transactionIndex


type

type: string

Defined in: types/Transaction.types.ts:113

Inherited from

RPCBlockTransaction.type


v

v: string

Defined in: types/Transaction.types.ts:114

Inherited from

RPCBlockTransaction.v


value

value: string

Defined in: types/Transaction.types.ts:115

Inherited from

RPCBlockTransaction.value