@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
32 lines • 1.28 kB
TypeScript
declare const _default: {
bitcoin: {
getPlatformTransactionSignFlowInfos: (tx: import("@ledgerhq/live-app-sdk").BitcoinTransaction) => {
canEditFees: boolean;
hasFeesProvided: boolean;
liveTx: Partial<import("@ledgerhq/coin-bitcoin/lib/types").Transaction>;
};
};
evm: {
getPlatformTransactionSignFlowInfos: (tx: import("@ledgerhq/live-app-sdk").EthereumTransaction) => {
canEditFees: boolean;
hasFeesProvided: boolean;
liveTx: Partial<import("@ledgerhq/coin-evm/lib/types/transaction").Transaction>;
};
};
polkadot: {
getPlatformTransactionSignFlowInfos: (tx: import("@ledgerhq/live-app-sdk").PolkadotTransaction) => {
canEditFees: boolean;
hasFeesProvided: boolean;
liveTx: Partial<import("@ledgerhq/coin-polkadot/lib/index").Transaction>;
};
};
xrp: {
getPlatformTransactionSignFlowInfos: (tx: import("@ledgerhq/live-app-sdk").RippleTransaction) => {
canEditFees: boolean;
hasFeesProvided: boolean;
liveTx: Partial<import("../families/xrp/types").Transaction>;
};
};
};
export default _default;
//# sourceMappingURL=platformAdapter.d.ts.map