@kanalabs/kana-widget-v2
Version:
Kana Widget for cross-chain bridging and swap.
15 lines (14 loc) • 396 B
TypeScript
import { AxiosInstance } from 'axios';
export declare class Api {
private static _instance;
private _privateGateway;
private _publicGateway;
private _otherGateway;
constructor();
init(): void;
setup(): Promise<void>;
static get instance(): Api;
getPrivateGateway(): AxiosInstance;
getPublicGateway(): AxiosInstance;
getOtherGateway(): AxiosInstance;
}