Extends
Properties
Accessors
fee
Returns
bigint
Source
providers/provider.ts:1375logs
Returns
(EventLog | Log)[]
Source
contract/wrappers.ts:98Methods
confirmations()
Returns
Promise<number>
A promise resolving to the number of confirmations.
Inherited from
TransactionReceipt.confirmations
Throws
If the block is not found.Source
providers/provider.ts:1426getBlock()
Parameters
Returns
Promise<Block>
A promise resolving to the block.
Inherited from
TransactionReceipt.getBlock
Throws
If the block is not found.Source
providers/provider.ts:1386getResult()
debug_ or trace_ API enabled.
Returns
Promise<string>
A promise resolving to the return value of the transaction.
Inherited from
TransactionReceipt.getResult
Throws
If the transaction is not found.Source
providers/provider.ts:1416getTransaction()
Returns
Promise<TransactionResponse | ExternalTransactionResponse>
A promise resolving to the transaction.
Inherited from
TransactionReceipt.getTransaction
Throws
If the transaction is not found.Source
providers/provider.ts:1400toJSON()
Returns
any
Inherited from
TransactionReceipt.toJSON
