Type alias WithdrawResponse

WithdrawResponse: Response<{
    withdraw: {
        accountId: number;
        accountUser: string;
        amount: string;
        recipient: string;
        signature: string;
        timestampUnixMillis: number;
        token: string;
    };
}>

Type declaration

  • withdraw: {
        accountId: number;
        accountUser: string;
        amount: string;
        recipient: string;
        signature: string;
        timestampUnixMillis: number;
        token: string;
    }
    • accountId: number
    • accountUser: string
    • amount: string
    • recipient: string
    • signature: string
    • timestampUnixMillis: number
    • token: string

Generated using TypeDoc