UNPKG

@ic-wallet-kit/hpl

Version:
8 lines (7 loc) 215 B
import { AccountState } from "../accounts/accountState"; export interface HplStateVirtualAccountsCacheModel { virtualAccountId: bigint; accountState: AccountState; accountId: bigint; time: bigint; }