Skip to main content

Interface: RPCTransaction

Hierarchy

  • RPCBlockTransaction

    RPCTransaction

Properties

blockHash

blockHash: string

Inherited from

RPCBlockTransaction.blockHash

Defined in

types/Transaction.types.ts:100


blockNumber

blockNumber: string

Inherited from

RPCBlockTransaction.blockNumber

Defined in

types/Transaction.types.ts:101


chainId

chainId: string

Inherited from

RPCBlockTransaction.chainId

Defined in

types/Transaction.types.ts:102


from

from: string

Inherited from

RPCBlockTransaction.from

Defined in

types/Transaction.types.ts:103


gas

gas: string

Inherited from

RPCBlockTransaction.gas

Defined in

types/Transaction.types.ts:104


gasPrice

gasPrice: string

Inherited from

RPCBlockTransaction.gasPrice

Defined in

types/Transaction.types.ts:105


hash

hash: string

Inherited from

RPCBlockTransaction.hash

Defined in

types/Transaction.types.ts:106


input

input: string

Inherited from

RPCBlockTransaction.input

Defined in

types/Transaction.types.ts:107


maxFeePerGas

maxFeePerGas: string

Defined in

types/Transaction.types.ts:7


maxPriorityFeePerGas

maxPriorityFeePerGas: string

Defined in

types/Transaction.types.ts:8


nonce

nonce: string

Inherited from

RPCBlockTransaction.nonce

Defined in

types/Transaction.types.ts:108


r

r: string

Inherited from

RPCBlockTransaction.r

Defined in

types/Transaction.types.ts:109


s

s: string

Inherited from

RPCBlockTransaction.s

Defined in

types/Transaction.types.ts:110


to

to: string

Inherited from

RPCBlockTransaction.to

Defined in

types/Transaction.types.ts:111


transactionIndex

transactionIndex: string

Inherited from

RPCBlockTransaction.transactionIndex

Defined in

types/Transaction.types.ts:112


type

type: string

Inherited from

RPCBlockTransaction.type

Defined in

types/Transaction.types.ts:113


v

v: string

Inherited from

RPCBlockTransaction.v

Defined in

types/Transaction.types.ts:114


value

value: string

Inherited from

RPCBlockTransaction.value

Defined in

types/Transaction.types.ts:115