Files
stacks-puppet-node/docs/rpc/api/core-node/get-constant-val.schema.json
2023-06-15 19:56:29 +02:00

15 lines
368 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Response of get constant val request",
"title": "ConstantValResponse",
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "string",
"description": "Hex-encoded string of clarity value."
}
}
}