UNPKG

test-ic-wallet-middleware-icrc

Version:
11 lines (10 loc) 273 B
import { SubAccountId } from "../../types/assets/subAccountId"; export interface AssetSubAccountView { subAccountId: SubAccountId; ledgerAddress: string; name: string; balance: bigint; currencyAmount: string; decimal: number; isSync: boolean; }