Type alias DepositResponse

DepositResponse: Response<{
    deposit: {
        accountId: number;
        amount: string;
        depositor: string;
        signature: string;
        timestampUnixMillis: number;
        token: string;
    };
}>

Type declaration

  • deposit: {
        accountId: number;
        amount: string;
        depositor: string;
        signature: string;
        timestampUnixMillis: number;
        token: string;
    }
    • accountId: number
    • amount: string
    • depositor: string
    • signature: string
    • timestampUnixMillis: number
    • token: string

Generated using TypeDoc