Uses of Interface
io.hotmoka.node.api.nodes.ConsensusConfigBuilder
Packages that use ConsensusConfigBuilder
-
Uses of ConsensusConfigBuilder in io.hotmoka.node.api.nodes
Classes in io.hotmoka.node.api.nodes with type parameters of type ConsensusConfigBuilderModifier and TypeInterfaceDescriptioninterfaceConsensusConfig<C extends ConsensusConfig<C,B>, B extends ConsensusConfigBuilder<C, B>> A specification of the consensus parameters of a Hotmoka node.interfaceConsensusConfigBuilder<C extends ConsensusConfig<C,B>, B extends ConsensusConfigBuilder<C, B>> The builder of a configuration object.Subinterfaces of ConsensusConfigBuilder in io.hotmoka.node.api.nodesModifier and TypeInterfaceDescriptioninterfaceValidatorsConsensusConfigBuilder<C extends ValidatorsConsensusConfig<C,B>, B extends ValidatorsConsensusConfigBuilder<C, B>> The builder of a configuration object of a Hotmoka node that uses validators.