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