- Preparing search index...
- The search index is not available
handle-sdk
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