Files
stacks-blockchain-api/api/rosetta/rosetta-construction-derive-response.schema.json
2020-11-11 16:07:53 -08:00

1 line
397 B
JSON

{"$schema":"http://json-schema.org/draft-07/schema","$id":"rosetta-construction-derive-response","type":"object","title":"RosettaConstructionDeriveResponse","description":"ConstructionDeriveResponse is returned by the /construction/derive endpoint.","required":["address"],"properties":{"address":{"type":"string","description":"Address in network-specific format."},"metadata":{"type":"object"}}}