UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

7 lines (6 loc) 293 B
import { BinanceSignedClient } from '../../../clients'; export interface CollateralRepaymentResultResponse { quoteId: string; status: string; } export declare function collateralRepaymentResult(client: BinanceSignedClient, quoteId: string): Promise<CollateralRepaymentResultResponse>;