UNPKG

@ic-wallet-kit/hpl

Version:
8 lines (7 loc) 219 B
import { AccountState } from "../accounts/accountState"; export interface HplStateRemoteAccountsCacheModel { remotePrincipal: string; remoteAccountId: bigint; accountState: AccountState; time: bigint; }