UNPKG

@leetswap/sdk-canto

Version:

🛠 An SDK for building applications on top of LeetSwap on Canto.

11 lines (10 loc) • 369 B
import { Currency } from '../Currency'; import { NativeCurrency } from '../NativeCurrency'; import { Token } from '../Token'; export declare class Canto extends NativeCurrency { protected constructor(chainId: number); get wrapped(): Token; private static _cache; static onChain(chainId: number): Canto; equals(other: Currency): boolean; }