UNPKG

@ledgerhq/coin-algorand

Version:
7 lines 268 B
/** * Broadcast a signed transaction to the Algorand network * @param signedTx - The signed transaction as a hex string * @returns The transaction hash */ export declare function broadcast(signedTx: string): Promise<string>; //# sourceMappingURL=broadcast.d.ts.map