Type alias SellResultInsufficientFunds

SellResultInsufficientFunds: {
    status: INSUFFICIENT_FUNDS;
    smartCheckoutResult: SmartCheckoutInsufficient;
}

Represents the result of sell

Type declaration

Generated using TypeDoc