UNPKG

@ic-wallet-kit/hpl

Version:
9 lines (8 loc) 286 B
import { HttpAgent } from "@dfinity/agent"; export declare class HplMintActorWrapper { private actor; private constructor(); static create(agent: HttpAgent, canisterId: string): HplMintActorWrapper; isHplMinter(): Promise<boolean>; private static getHplMintActor; }