CoreStateService_ListNetworkParameters
CoreStateService_ListNetworkParameters
Query Parameters
- networkParameterKey string
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
networkParameters object[]
key The unique keyvalue The value for the network parameter
{
"networkParameters": [
{
"key": "string",
"value": "string"
}
]
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
- code int32
details object[]
@type string- message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...