UNPKG

@ic-wallet-kit/hpl

Version:
11 lines (10 loc) 435 B
import { HttpAgent } from "@dfinity/agent"; import { HplDictionaryCacheModel } from "../../types/cache/hplDictionaryCacheModel"; export declare class DictionaryActorWrapper { private actor; private constructor(); static create(agent: HttpAgent, canisterId: string): DictionaryActorWrapper; allTokens(): Promise<HplDictionaryCacheModel[]>; private static getDictionaryActorWrapper; private parseFungibleToken; }