UNPKG

@ledgerhq/coin-algorand

Version:
8 lines 317 B
import type { AccountBridge } from "@ledgerhq/types-live"; import { Transaction } from "./types"; /** * Broadcast a signed transaction * @param {signature: string, operation: string} signedOperation */ export declare const broadcast: AccountBridge<Transaction>["broadcast"]; //# sourceMappingURL=broadcast.d.ts.map