@ic-wallet-kit/hpl
Version:
Ic middleware wallet HPL protocol
11 lines (10 loc) • 435 B
TypeScript
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;
}