Interface: TransactionResponse
Extends
Transaction
Extended by
Properties
accessList?
optionalaccessList:AccessList
Inherited from
Transaction.accessList
blockHash?
optionalblockHash:string
blockNumber?
optionalblockNumber:number
chainId
chainId:
number
Inherited from
Transaction.chainId
confirmations
confirmations:
number
data
data:
string
Inherited from
Transaction.data
from
from:
string
Overrides
Transaction.from
gasLimit
gasLimit:
BigNumber
Inherited from
Transaction.gasLimit
gasPrice?
optionalgasPrice:BigNumber
Inherited from
Transaction.gasPrice
hash
hash:
string
Overrides
Transaction.hash
maxFeePerGas?
optionalmaxFeePerGas:BigNumber
Inherited from
Transaction.maxFeePerGas
maxPriorityFeePerGas?
optionalmaxPriorityFeePerGas:BigNumber
Inherited from
Transaction.maxPriorityFeePerGas
nonce
nonce:
number
Inherited from
Transaction.nonce
r?
optionalr:string
Inherited from
Transaction.r
raw?
optionalraw:string
s?
optionals:string
Inherited from
Transaction.s
timestamp?
optionaltimestamp:number
to?
optionalto:string
Inherited from
Transaction.to
type?
optionaltype:null|number
Inherited from
Transaction.type
v?
optionalv:number
Inherited from
Transaction.v
value
value:
BigNumber
Inherited from
Transaction.value
wait()
wait: (
confirmations?) =>Promise\<TransactionReceipt>
Parameters
confirmations?
number
Returns
Promise\<TransactionReceipt>