UNPKG

@ic-wallet-kit/hpl

Version:
8 lines (7 loc) 263 B
import { Principal } from "@dfinity/principal"; import { HplRemoteInfoCacheModel } from "../../types/cache/hplRemoteInfoCacheModel"; export interface HplRemoteCacheModel { remoteId: Principal; accountId: bigint; remoteInfo: HplRemoteInfoCacheModel; }