UNPKG

@ic-wallet-kit/hpl

Version:
10 lines (9 loc) 332 B
import { Principal } from "@dfinity/principal"; import { HplAvailableRemote } from "../../types/contacts/hplAvailableRemote"; import { HplRemote } from "../../types/contacts/hplRemote"; export interface HplContact { principal: Principal; name: string; remotes: HplRemote[]; availableRemotes: HplAvailableRemote[]; }