UNPKG

@ic-wallet-kit/hpl

Version:
8 lines (7 loc) 222 B
import { Principal } from "@dfinity/principal"; import { HplRemote } from "../../types"; export interface CheckLinkCodeResult { remoteInfo: HplRemote | undefined; owner: Principal | undefined; error: string; }