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