@ic-wallet-kit/hpl
Version:
Ic middleware wallet HPL protocol
9 lines (8 loc) • 338 B
TypeScript
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[];
}