mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-12 03:16:26 +08:00
1 line
388 B
JSON
1 line
388 B
JSON
{"$schema":"http://json-schema.org/draft-07/schema#","description":"Response of get data map entry request","title":"MapEntryResponse","type":"object","required":["data"],"properties":{"data":{"type":"string","description":"Hex-encoded string of clarity value. It is always an optional tuple."},"proof":{"type":"string","description":"Hex-encoded string of the MARF proof for the data"}}} |