UNPKG

test-ic-wallet-middleware-hpl

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