UNPKG

rubic-sdk

Version:
7 lines (6 loc) 378 B
import { BlockchainName } from "../../../../../../core/blockchain/models/blockchain-name"; export declare class OneInchApiService { private static apiKey; static oneInchHttpGetRequest<T>(path: string, blockchain: BlockchainName, options?: {}): Promise<T>; static oneInchHttpGetApproveRequest<T>(path: string, blockchain: BlockchainName, options?: {}): Promise<T>; }