Type alias BuyResultSuccess

BuyResultSuccess: {
    status: SUCCESS;
    smartCheckoutResult: SmartCheckoutSufficient;
}

Represents the result of buy

Type declaration

Generated using TypeDoc