Type alias SellResultFailed

SellResultFailed: {
    status: FAILED;
    transactionHash: string;
    reason: string;
    smartCheckoutResult: SmartCheckoutSufficient;
}

Represents the result of sell

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

  • smartCheckoutResult: SmartCheckoutSufficient

    The sufficient result of smart checkout

Generated using TypeDoc