v3.5.8: feat() easier env-controlled HTTP traces. Add missing properties for asset v5 types.
This commit is contained in:
@@ -39,6 +39,7 @@ export interface GetAccountCoinBalanceParamsV5 {
|
||||
accountType: AccountTypeV5;
|
||||
coin: string;
|
||||
withBonus?: number;
|
||||
withTransferSafeAmount?: 0 | 1;
|
||||
}
|
||||
|
||||
export interface GetInternalTransferParamsV5 {
|
||||
@@ -119,6 +120,7 @@ export interface WithdrawParamsV5 {
|
||||
address: string;
|
||||
tag?: string;
|
||||
amount: string;
|
||||
timestamp: number;
|
||||
forceChain?: number;
|
||||
accountType?: 'SPOT' | 'FUND';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user