All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avro.BlockRecord.avsc Maven / Gradle / Ivy

{
	"namespace": "io.keyko.monitoring.schemas",
	"type": "record",
	"name": "BlockRecord",
	"fields": [{
			"name": "id",
			"type": "string"
		},
		{
			"name": "number",
			"type": "long"
		},
		{
			"name": "hash",
			"type": "string"
		},
		{
			"name": "timestamp",
			"type": "long",
			"logicalType": "timestamp-millis"
		},
		{
			"name": "nodeName",
			"type": "string"
		},
		{
			"name": "retries",
			"type": "int"
		}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy