UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 193 B
import { HplFtAssetInfoCacheModel } from "../../types/cache/hplFtAssetInfoCacheModel"; export interface HplFtAssetCacheModel { assetId: bigint; ftAssetInfo: HplFtAssetInfoCacheModel; }