UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 234 B
import { HplVirtualAccountCacheModel } from "../../types/cache/hplVirtualAccountCacheModel"; export interface HplVirtualAccountsCacheDataResult { virtualAccountLastId: bigint; virtualAccounts: HplVirtualAccountCacheModel[]; }