UNPKG

@ic-wallet-kit/hpl

Version:
11 lines (10 loc) 290 B
import { HplVirtualAccount } from "../../types/virtualAccounts/hplVirtualAccount"; export interface HplAccount { accountId: bigint; name: string; amount: bigint; currencyAmount: string; transactionFee: string; ft: bigint; virtualAccounts: HplVirtualAccount[]; }