UNPKG

@ic-wallet-kit/hpl

Version:
4 lines (3 loc) 376 B
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>>;