generateblock "output" ["rawtx/txid",...]
Mine a block with a set of ordered transactions immediately to a specified address or descriptor (before the RPC call returns)
Type: string, required
The address or descriptor to send the newly generated bitcoin to.
Type: json array, required
[ "rawtx/txid", (string) ... ]
{ (json object) "hash" : "hex" (string) hash of generated block }
Generate a block to myaddress, with txs rawtx and mempool_txid:
digibyte-cli generateblock "myaddress" '["rawtx", "mempool_txid"]'