Files
stacks-blockchain-api/docs/api/info/get-network-block-time-by-network.schema.json
2020-08-24 16:34:03 -06:00

7 lines
229 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "GET request that target block time for a given network",
"title": "NetworkBlockTimeResponse",
"$ref": "../../entities/info/block-time.schema.json"
}