more tidying on v5 example and request type
This commit is contained in:
@@ -125,7 +125,7 @@ export interface WithdrawParamsV5 {
|
||||
amount: string;
|
||||
timestamp: number;
|
||||
forceChain?: number;
|
||||
accountType?: string;
|
||||
accountType?: 'SPOT' | 'FUND';
|
||||
}
|
||||
|
||||
export interface CreateSubMemberParamsV5 {
|
||||
|
||||
Reference in New Issue
Block a user