Uses of Interface
io.hotmoka.node.api.nodes.ValidatorsConsensusConfig
Packages that use ValidatorsConsensusConfig
-
Uses of ValidatorsConsensusConfig in io.hotmoka.node.api.nodes
Classes in io.hotmoka.node.api.nodes with type parameters of type ValidatorsConsensusConfigModifier and TypeInterfaceDescriptioninterfaceValidatorsConsensusConfig<C extends ValidatorsConsensusConfig<C,B>, B extends ValidatorsConsensusConfigBuilder<C, B>> A specification of the consensus parameters of a Hotmoka node that uses validators.interfaceValidatorsConsensusConfigBuilder<C extends ValidatorsConsensusConfig<C,B>, B extends ValidatorsConsensusConfigBuilder<C, B>> The builder of a configuration object of a Hotmoka node that uses validators.