@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
12 lines • 589 B
TypeScript
import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
import type { SyncConfig, TokenAccount } from "@ledgerhq/types-live";
import type { BalanceAsset, StellarOperation } from "../types";
export declare const getAssetIdFromTokenId: (tokenId: string) => string;
export declare function buildSubAccounts({ currency, accountId, assets, syncConfig, operations, }: {
currency: CryptoCurrency;
accountId: string;
assets: BalanceAsset[];
syncConfig: SyncConfig;
operations: StellarOperation[];
}): TokenAccount[] | undefined;
//# sourceMappingURL=tokens.d.ts.map