@ic-wallet-kit/hpl
Version:
Ic middleware wallet HPL protocol
4 lines (3 loc) • 376 B
TypeScript
import { CheckDictionaryPrincipalForm, CheckLedgerPrincipalForm } from "../../forms";
export declare const checkDictionaryPrincipal: (form: CheckDictionaryPrincipalForm) => Promise<import("@ic-wallet-kit/common").FormResult<unknown>>;
export declare const checkLedgerPrincipal: (form: CheckLedgerPrincipalForm) => Promise<import("@ic-wallet-kit/common").FormResult<unknown>>;