null properties are defined.
Implements
QiTransactionLikeQiTransactionResponseParams
Properties
Methods
confirmations()
Returns
Promise<number>
A promise resolving to the number of confirmations.
Source
providers/provider.ts:2383getBlock()
Parameters
Returns
Promise<null | Block>
A promise resolving to the block or null if not found.
Source
providers/provider.ts:2344getTransaction()
Returns
Promise<null | QiTransactionResponse>
A promise resolving to the transaction, or null if not found.
Throws
If the transaction is not found.Source
providers/provider.ts:2369isMined()
true if this transaction has been included.
This is effective only as of the time the TransactionResponse was instantiated. To get up-to-date information,
use getTransaction.
This provides a Type Guard that this transaction will have non-null property values for properties that are null
for unmined transactions.
Returns
this is QiMinedTransactionResponse
True if the transaction has been mined or false otherwise.
Source
providers/provider.ts:2462removedEvent()
Returns
OrphanFilter
The orphan filter.
Source
providers/provider.ts:2471reorderedEvent()
other.
Parameters
Returns
OrphanFilter
The orphan filter.
Source
providers/provider.ts:2484replaceableTransaction()
startBlock.
This should generally not be used by developers and is intended primarily for internal use. Setting an incorrect
startBlock can have devastating performance consequences if used incorrectly.
Parameters
Returns
QiTransactionResponse
The replaceable transaction.
Source
providers/provider.ts:2506toJSON()
Returns
any
