generateblock {disallowed} - Bitcoin SV
Example code for the generateblock {disallowed} json-rpc method. Сomplete guide on how to use generateblock {disallowed} json-rpc in GetBlock.io Web3 documentation.
Parameters
output
- string, required
The address or descriptor to send the newly generated btc to.
transactions
- json array, required
An array of hex strings which are either txids or raw transactions.
Txids must reference transactions currently in the mempool.
All transactions must be valid and in valid order, otherwise the block will be rejected.
Request
Response
Last updated