pub type ThisRun = CombinedDaRun<TestTypes>;
Expand description

convenience type alias

Aliased Type§

struct ThisRun {
    config: NetworkConfig<VerKey>,
    network: CombinedNetworks<TestTypes>,
}

Fields§

§config: NetworkConfig<VerKey>

The underlying network configuration

§network: CombinedNetworks<TestTypes>

The underlying network