UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 237 B
import { HplVirtualAccountInfoCacheModel } from "../../types/cache/hplVirtualAccountInfoCacheModel"; export interface HplVirtualAccountCacheModel { virtualAccountId: bigint; virtualAccountInfo: HplVirtualAccountInfoCacheModel; }