UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 160 B
import { AccountState } from "../accounts/accountState"; export interface HplStateAccountsCacheModel { accountId: bigint; accountState: AccountState; }