Type alias CancelResultFailed

CancelResultFailed: {
    status: FAILED;
    transactionHash: string;
    reason: string;
}

Represents the result of cancel

Type declaration

  • status: FAILED

    The status to indicate failure

  • transactionHash: string

    The transaction hash of the failed transaction

  • reason: string

    The reason for the failure

Generated using TypeDoc