@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
7 lines • 342 B
TypeScript
import type { TransactionResponse } from "@hashgraph/sdk";
import type { HederaCoinConfig } from "../config";
export declare const broadcast: ({ configOrCurrencyId, txWithSignature, }: {
configOrCurrencyId: HederaCoinConfig | string;
txWithSignature: string;
}) => Promise<TransactionResponse>;
//# sourceMappingURL=broadcast.d.ts.map