Returns an object containing various state info regarding deployments of consensus changes.
blockhashstringoptionalcurl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"getdeploymentinfo","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/{
"hash": "00000000000000...",
"height": 840000,
"deployments": {
"taproot": {
"type": "bip9",
"bip9": { "status": "active" },
"height": 709632,
"active": true
}
}
}