UNPKG

@ledgerhq/coin-aptos

Version:
7 lines 482 B
import { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; import { Observable } from "rxjs"; import { AptosPreloadData } from "./types"; export declare function setAptosPreloadData(data: AptosPreloadData, currency: CryptoCurrency): void; export declare function getAptosPreloadData(currency: CryptoCurrency): Observable<AptosPreloadData>; export declare function getCurrentAptosPreloadData(currency: CryptoCurrency): AptosPreloadData; //# sourceMappingURL=preload-data.d.ts.map