@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
5 lines • 404 B
TypeScript
import type { SignerContext } from "@ledgerhq/ledger-wallet-framework/signer";
import type { AccountBridge } from "@ledgerhq/types-live";
import type { Transaction, HederaSigner, HederaAccount } from "../types";
export declare const buildSignOperation: (signerContext: SignerContext<HederaSigner>) => AccountBridge<Transaction, HederaAccount>["signOperation"];
//# sourceMappingURL=signOperation.d.ts.map