Hierarchy

Properties

accessList?: AccessList
blockHash?: string
blockNumber?: number
chainId: number
confirmations: number
data: string
from: string
gasLimit: BigNumber
gasPrice?: BigNumber
hash: string
maxFeePerGas?: BigNumber
maxPriorityFeePerGas?: BigNumber
nonce: number
r?: string
raw?: string
s?: string
timestamp?: number
to?: string
type?: number
v?: number
value: BigNumber
wait: ((confirmations?: number) => Promise<TransactionReceipt>)

Type declaration

Generated using TypeDoc