@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
13 lines • 479 B
TypeScript
import type { AccountBridge } from "@ledgerhq/types-live";
import type { Transaction } from "../types";
/**
* Gather any more neccessary information for a transaction,
* potentially from a network.
*
* Hedera has fully client-side transactions and the fee
* is not possible to estimate ahead-of-time.
*
* @returns {Transaction}
*/
export declare const prepareTransaction: AccountBridge<Transaction>["prepareTransaction"];
//# sourceMappingURL=prepareTransaction.d.ts.map