Type Alias: RevertedTransactionReceiptResponseHelper
RevertedTransactionReceiptResponseHelper =
RevertedTransactionReceiptResponse&object
Defined in: src/utils/transactionReceipt/transactionReceipt.type.ts:42
Type Declaration
statusReceipt
readonlystatusReceipt:"REVERTED"
value
readonlyvalue:RevertedTransactionReceiptResponse
match()
match(
callbacks):void
Parameters
callbacks
Returns
void
isSuccess()
isSuccess():
this is SuccessfulTransactionReceiptResponseHelper
Returns
this is SuccessfulTransactionReceiptResponseHelper
isReverted()
isReverted():
this is RevertedTransactionReceiptResponseHelper
Returns
this is RevertedTransactionReceiptResponseHelper
isError()
isError():
this is ErrorReceiptResponseHelper
Returns
this is ErrorReceiptResponseHelper