UNPKG

@ic-wallet-kit/hpl

Version:
11 lines (10 loc) 397 B
import { HttpAgent } from "@dfinity/agent"; import { Principal } from "@dfinity/principal"; export declare class OwnersActorWrapper { private actor; private constructor(); static create(agent: HttpAgent, canisterId: string): OwnersActorWrapper; lookup(principal: Principal): Promise<[] | [bigint]>; get(ownerId: bigint): Promise<Principal>; private static getOwnerActor; }