bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
11 lines • 366 B
TypeScript
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