@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 402 B
TypeScript
import { RippleTransaction as PlatformTransaction } from "@ledgerhq/live-app-sdk";
import { Transaction } from "./types";
declare const _default: {
getPlatformTransactionSignFlowInfos: (tx: PlatformTransaction) => {
canEditFees: boolean;
hasFeesProvided: boolean;
liveTx: Partial<Transaction>;
};
};
export default _default;
//# sourceMappingURL=platformAdapter.d.ts.map