build_transaction
Build an unsigned transaction for external signing on Robinhood Chain, specifying from, to, value, and data.
Instructions
Build an UNSIGNED transaction for external signing. This server never holds keys and cannot broadcast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| data | No | 0x | |
| from | Yes | ||
| value | No | Wei, decimal or hex | 0 |