UNPKG

@ledgerhq/coin-hedera

Version:
5 lines 368 B
import { Account, AccountBridge } from "@ledgerhq/types-live"; import { SignerContext } from "@ledgerhq/coin-framework/signer"; import { Transaction, HederaSigner } from "../types"; export declare const buildSignOperation: (signerContext: SignerContext<HederaSigner>) => AccountBridge<Transaction, Account>["signOperation"]; //# sourceMappingURL=signOperation.d.ts.map