Uses of Interface
io.hotmoka.node.api.nodes.ValidatorsConsensusConfigBuilder
Packages that use ValidatorsConsensusConfigBuilder
-
Uses of ValidatorsConsensusConfigBuilder in io.hotmoka.node.api.nodes
Classes in io.hotmoka.node.api.nodes with type parameters of type ValidatorsConsensusConfigBuilderModifier 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.