@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
10 lines • 756 B
TypeScript
import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
import type { AptosAccount, AptosMappedStakingPosition, AptosPreloadData, AptosValidator, Transaction } from "./types";
export declare function useAptosPreloadData(currency: CryptoCurrency): AptosPreloadData | undefined | null;
export declare function useAptosValidators(currency: CryptoCurrency, search?: string): AptosValidator[];
export declare function useAptosMappedStakingPositions(account: AptosAccount): AptosMappedStakingPosition[];
export declare function useAptosStakingPositionsQuerySelector(account: AptosAccount, transaction: Transaction): {
options: AptosMappedStakingPosition[];
value: AptosMappedStakingPosition | undefined;
};
//# sourceMappingURL=react.d.ts.map