UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

4 lines (3 loc) 234 B
import { BinanceSignedClient } from '../../../clients'; export declare type EnableMarginForSubAccountResponse = boolean; export declare function enableMarginForSubAccount(client: BinanceSignedClient, email: string): Promise<boolean>;