Type alias OpenAccountResponse

OpenAccountResponse: Response<{
    openAccount: {
        accountId: number;
        amount: string;
        owner: string;
        referralCode: string | undefined;
        signature: string;
        timestampUnixMillis: number;
        token: string;
    };
}>

Type declaration

  • openAccount: {
        accountId: number;
        amount: string;
        owner: string;
        referralCode: string | undefined;
        signature: string;
        timestampUnixMillis: number;
        token: string;
    }
    • accountId: number
    • amount: string
    • owner: string
    • referralCode: string | undefined
    • signature: string
    • timestampUnixMillis: number
    • token: string

Generated using TypeDoc