AddFundsResponse: {
    balance: {
        amount: number;
        currency: string;
    };
}

Type declaration

  • balance: {
        amount: number;
        currency: string;
    }
    • amount: number
    • currency: string

Generated using TypeDoc