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"
}