Skip to content

Get namespace configuration

POST
/evnode.v1.ConfigService/GetNamespace

Retrieve the header and data namespace configuration for this network.

Request Body

application/json
JSON
{
}

Responses

Namespace configuration retrieved successfully

application/json
JSON
{
"header_namespace": "0x01234567890abcdef",
"data_namespace": "0xfedcba9876543210"
}

Playground

Body

Samples

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI

Released under the APACHE-2.0 License