UNPKG

test-ic-wallet-middleware-icrc

Version:
8 lines (7 loc) 159 B
export interface IcrcSubAccount { subAccountId: string; ledgerAddress: string; balance: bigint; currencyAmount: string; isSync: boolean; }