UNPKG

@ic-wallet-kit/hpl

Version:
11 lines (10 loc) 370 B
import "reflect-metadata"; export declare class CanisterService { constructor(ledgerCanisterId: string, dictionaryCanisterId: string, ownerCanisterId: string); private _ledgerCanisterId; private _dictionaryCanisterId; private _ownerCanisterId; getLedgerCanisterId(): string; getDictionaryCanisterId(): string; getOwnerCanisterId(): string; }