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