Variable RegistryConfig.realm

The parent zone for validators and flash, as configured in the realm

struct RegistryConfig
{
  // ...
  immutable(ZoneConfig) realm ;
  // ...
}