@ledgerhq/coin-aptos
Version:
Ledger Aptos Coin integration
7 lines • 482 B
TypeScript
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