UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

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