Sign and broadcast a transaction
broadcastSign an unsigned transaction from the send tool and submit it to Robinhood Chain for processing. Costs $0.01 USDG and defaults to the configured wallet.
Instructions
Signs an unsigned transaction (from the send tool) with a private key and broadcasts it on Robinhood Chain. Costs $0.01 USDG. Defaults to the wallet configured via r0x_setup if no privateKey is given. Use with care, this moves real funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx | Yes | Unsigned transaction object as returned by the send tool | |
| privateKey | No | Defaults to the wallet configured via r0x_setup |