UNPKG

bitcore-wallet-service

Version:
11 lines 366 B
import { Storage } from '../lib/storage'; export declare class OneInchService { request: any; storage: Storage; constructor(storage: any); private oneInchGetCredentials; oneInchGetReferrerFee(req: any): Promise<any>; oneInchGetSwap(req: any): Promise<any>; oneInchGetTokens(req: any): Promise<any>; } //# sourceMappingURL=oneInch.d.ts.map