submitblocklight {disallowed} - Bitcoin SV
Example code for the submitblocklight {disallowed} json-rpc method. Сomplete guide on how to use submitblocklight {disallowed} json-rpc in GetBlock.io Web3 documentation.
Parameters
hexdata
- string, required
The hex-encoded block data to submit. The block must have exactly 1 transaction (coinbase). Additional transactions (if any) are appended from the light template.
job_id
- string, required
Identifier of the light template from which to retrieve the non-coinbase transactions. This job_id must be obtained from a previous call to getblocktemplatelight.
Request
Response
Last updated