bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
9 lines • 336 B
TypeScript
export declare class ThorswapService {
request: any;
private thorswapGetKeys;
thorswapGetSupportedChains(req: any): Promise<any>;
thorswapGetCryptoCurrencies(req: any): Promise<any>;
thorswapGetSwapQuote(req: any): Promise<any>;
thorswapGetSwapTx(req: any): Promise<any>;
}
//# sourceMappingURL=thorswap.d.ts.map