UNPKG

@ledgerhq/coin-hedera

Version:
7 lines 342 B
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