Submit Transaction
cardano_transaction_submitSubmit a signed transaction file to a Cardano node to broadcast it on-chain; returns confirmation or validation error details.
Instructions
Submit a signed transaction to the blockchain via the node.
Args:
tx_file (string): Path to the signed transaction file
Returns: Confirmation that the transaction was submitted, or validation error details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_file | Yes | Path to the signed transaction file |