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

avro.ViewRecord.avsc Maven / Gradle / Ivy

{
	"namespace": "io.keyko.monitoring.schemas",
	"type": "record",
	"name": "ViewRecord",
	"fields": [
		{
			"name": "id",
			"type": "string"
		},
		{
			"name": "name",
			"type": "string"
		},
		{
			"name": "contractName",
			"type": "string",
			"default": ""
		},
		{
			"name": "filterId",
			"type": "string"
		},
		{
			"name": "nodeName",
			"type": "string"
		},
		{
			"name": "output",
			"type": {
				"type": "array",
				"items": ["StringParameter", "NumberParameter"]
			}
		},

		{
			"name": "blockNumber",
			"type": "long"
		},
		{
			"name": "blockHash",
			"type": "string"
		},
		{
			"name": "address",
			"type": "string"
		},
		{
			"name": "networkName",
			"type": "string"
		},
		{
			"name": "retries",
			"type": "int"
		}
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy