UNPKG

test-ic-wallet-middleware-icrc

Version:
14 lines (13 loc) 341 B
import { IcrcSubAccount } from "../../../types"; export interface LoadAssetResult { ledgerAddress: string; indexAddress: string; decimal: number; logo: string | undefined; name: string; symbol: string; fee: string | undefined; transactionFee: bigint; subAccounts: IcrcSubAccount[]; isSync: boolean; }