UNPKG

@ic-wallet-kit/hpl

Version:
9 lines (8 loc) 338 B
import { HplAccount } from "../types/accounts/hplAccount"; import { HplAsset } from "../types/assets/hplAsset"; import { HplVirtualAccount } from "../types/virtualAccounts/hplVirtualAccount"; export interface UpdateHPLBalancesResult { virtualSubAccount: HplVirtualAccount[]; subAccounts: HplAccount[]; ftAssets: HplAsset[]; }