@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 461 B
TypeScript
import { Transaction } from "@ledgerhq/coin-evm/types/index";
import { EthereumTransaction as WalletAPIEthereumTransaction } from "@ledgerhq/wallet-api-core";
import { GetWalletAPITransactionSignFlowInfos } from "../../wallet-api/types";
declare const _default: {
getWalletAPITransactionSignFlowInfos: GetWalletAPITransactionSignFlowInfos<WalletAPIEthereumTransaction, Transaction>;
};
export default _default;
//# sourceMappingURL=walletApiAdapter.d.ts.map