UNPKG

@ic-wallet-kit/hpl

Version:
14 lines (13 loc) 293 B
export interface HplAssetCache { id: bigint; assetName: string; assetSymbol: string; decimal: number; description: string; logo: string; controller: string; supply: bigint; ledgerBalance: bigint; accountCount: number; virtualAccountCount: number; }