UNPKG

@ic-wallet-kit/hpl

Version:
5 lines (4 loc) 132 B
import { HplAccount } from "../../types/accounts/hplAccount"; export interface LoadHplAccountResult { accounts: HplAccount[]; }