Type Alias orchestrator_combined::types::ThisRun
source · pub type ThisRun = CombinedDaRun<TestTypes>;Expand description
convenience type alias
Aliased Type§
struct ThisRun {
config: NetworkConfig<VerKey>,
validator_config: ValidatorConfig<VerKey>,
network: CombinedNetworks<TestTypes>,
}Fields§
§config: NetworkConfig<VerKey>The underlying network configuration
validator_config: ValidatorConfig<VerKey>The private validator config
network: CombinedNetworks<TestTypes>The underlying network