rubic-sdk
Version:
Simplify dApp creation
7 lines (6 loc) • 378 B
TypeScript
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>;
}