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