Skip to main content
Version: Next

Type Alias: RevertedTransactionReceiptResponseHelper

RevertedTransactionReceiptResponseHelper = RevertedTransactionReceiptResponse & object

Defined in: src/utils/transactionReceipt/transactionReceipt.type.ts:42

Type Declaration

statusReceipt

readonly statusReceipt: "REVERTED"

value

readonly value: RevertedTransactionReceiptResponse

match()

match(callbacks): void

Parameters

callbacks

TransactionReceiptCallbacks

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