@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
20 lines • 463 B
TypeScript
export declare const mockStablecoinsResponse: {
cryptoAssets: {
[k: string]: {
id: string;
ticker: string;
name: string;
assetsIds: {};
};
};
networks: {};
cryptoOrTokenCurrencies: {};
interestRates: {};
markets: {};
currenciesOrder: {
key: string;
order: string;
metaCurrencyIds: string[];
};
};
//# sourceMappingURL=stablecoins.mock.d.ts.map