Broadcast a signed swap transaction to the blockchain network.
chainId (required) — The blockchain identifier (e.g., evm:1, solana, ethereum)signedTransaction (required) — Base64 encoded signed transactionsuccess (boolean) — Indicates if the transaction was successfully broadcasttransactionHash (string, optional) — Transaction hash/signature on the blockchainrequestId (string) — Unique identifier for the requesterror (string, optional) — Error message if the transaction failed to broadcast@solana/web3.js or similarethers.js, web3.js, or similar