send_raw_transaction
Submit signed transactions to the Algorand blockchain network for processing and confirmation.
Instructions
Submit signed transactions to the Algorand network
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signedTxns | Yes | Array of signed transactions to submit to the network | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |