Constructor for TransactionResponse
.
The transaction ID or TransactionRequest.
The provider.
Optional
abis: JsonAbisFromAllCallsOptional
submitTxSubscription: AsyncIterable<GqlSubmitAndAwaitStatusSubscription, any, any>Optional
abisGas used on the transaction
Transaction ID
Current provider
Assembles the result of a transaction by retrieving the transaction summary, decoding logs (if available), and handling transaction failure.
This method can be used to obtain the result of a transaction that has just been submitted or one that has already been processed.
Optional
contractsAbiMap: AbiMapThe map of contract ABIs.
Decode the raw payload of the transaction.
The transaction with receipts object.
The decoded transaction.
Fetch the transaction with receipts from the provider.
Transaction with receipts query result.
Retrieves the TransactionSummary. If the gqlTransaction
is not set, it will
fetch it from the provider
Optional
contractsAbiMap: AbiMapThe contracts ABI map.
Waits for transaction to complete and returns the result.
Optional
contractsAbiMap: AbiMapThe contracts ABI map.
Waits for transaction to complete and returns the result.
Optional
contractsAbiMap: AbiMapThe completed transaction result
Static
createAsync constructor for TransactionResponse
. This method can be used to create
an instance of TransactionResponse
and wait for the transaction to be fetched
from the chain, ensuring that the gqlTransaction
property is set.
The transaction ID.
The provider.
Optional
abis: JsonAbisFromAllCalls
Represents a response for a transaction.