changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "bits": {
+ "description": "Difficulty bits",
+ "type": "number"
+ },
+ "difficulty": {
+ "description": "Difficulty",
+ "type": "number"
+ },
+ "height": {
+ "description": "Block height",
+ "type": "number"
+ },
+ "id": {
+ "description": "Block hash",
+ "type": "string"
+ },
+ "mediantime": {
+ "description": "Median block time",
+ "type": "number"
+ },
+ "merkle_root": {
+ "description": "Merkle root hash",
+ "type": "string"
+ },
+ "nonce": {
+ "description": "Block nonce",
+ "type": "number"
+ },
+ "previousblockhash": {
+ "description": "Previous block hash",
+ "type": "string"
+ },
+ "size": {
+ "description": "Block size in bytes",
+ "type": "number"
+ },
+ "timestamp": {
+ "description": "Block timestamp (unix)",
+ "type": "number"
+ },
+ "tx_count": {
+ "description": "Transaction count",
+ "type": "number"
+ },
+ "version": {
+ "description": "Block version",
+ "type": "number"
+ },
+ "weight": {
+ "description": "Block weight",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}