describe_rpc_command
Get structured help for Bitcoin RPC commands including descriptions, arguments, and usage examples to understand and implement blockchain operations.
Instructions
Get structured help for a Bitcoin RPC command: description, arguments, examples.
Args: command: RPC command name (e.g. "getblock", "sendrawtransaction")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |