Interface: ContractTransaction
Hierarchy
↳
ContractTransaction
Properties
accessList
• Optional
accessList: AccessList
Inherited from
TransactionResponse.accessList
blockHash
• Optional
blockHash: string
Inherited from
blockNumber
• Optional
blockNumber: 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
• Optional
gasPrice: BigNumber
Inherited from
hash
• hash: string
Inherited from
maxFeePerGas
• Optional
maxFeePerGas: BigNumber
Inherited from
TransactionResponse.maxFeePerGas
maxPriorityFeePerGas
• Optional
maxPriorityFeePerGas: BigNumber
Inherited from
TransactionResponse.maxPriorityFeePerGas
nonce
• nonce: number
Inherited from
r
• Optional
r: string
Inherited from
raw
• Optional
raw: string
Inherited from
s
• Optional
s: string
Inherited from
timestamp
• Optional
timestamp: number
Inherited from
to
• Optional
to: string
Inherited from
type
• Optional
type: null
| number
Inherited from
v
• Optional
v: number
Inherited from
value
• value: BigNumber
Inherited from
Methods
wait
▸ wait(confirmations?
): Promise
<ContractReceipt
>
Parameters
Name | Type |
---|---|
confirmations? | number |
Returns
Promise
<ContractReceipt
>
Overrides
TransactionResponse.wait