Mine a block with a set of ordered transactions immediately to a specified address or descriptor.
outputstringREQUIREDtransactionsarrayREQUIREDcurl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"generateblock","params":["bcrt1q...",["rawtx"]]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/{
"hash": "00000000a8e...",
"hex": "0100000001..."
}