UNPKG

@ic-wallet-kit/hpl

Version:
5 lines (4 loc) 174 B
import { HplVirtualAccount } from "../../types/virtualAccounts/hplVirtualAccount"; export interface LoadHplVirtualAccountResult { virtualAccounts: HplVirtualAccount[]; }