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