UNPKG

@ic-wallet-kit/hpl

Version:
14 lines (13 loc) 290 B
export interface HplVirtualAccount { virtualAccountId: bigint; code: string; name: string; amount: bigint; currencyAmount: string; expiration?: bigint; accessBy: string; isMint: boolean; accountId: bigint; assetId: bigint; assetSymbol: string; }