UNPKG

okex-withdrawal-fee

Version:
6 lines (5 loc) 139 B
export interface WithdrawalFee { withdrawal_fee: number; min_withdraw_amount: number; platform?: 'ERC20' | 'TRC20' | 'OMNI'; }