UNPKG

test-ic-wallet-middleware-icrc

Version:
10 lines (9 loc) 248 B
import { SubAccountId } from "../../types/assets/subAccountId"; export interface AssetSubAccount { subAccountId: SubAccountId; ledgerAddress: string; name: string; balance: bigint; currencyAmount: string; decimal: number; }