UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 185 B
import { HplAccountCacheModel } from "../types/cache/hplAccountCacheModel"; export interface HplStateCacheDataResult { accountCount: bigint; accounts: HplAccountCacheModel[]; }