Uses of Interface
io.hotmoka.node.api.nodes.ConsensusConfig
Packages that use ConsensusConfig
-
Uses of ConsensusConfig in io.hotmoka.node.api
Methods in io.hotmoka.node.api that return ConsensusConfigModifier and TypeMethodDescriptionConsensusConfig<?, ?> Node.getConfig()Yields the consensus configuration of this node. -
Uses of ConsensusConfig in io.hotmoka.node.api.nodes
Classes in io.hotmoka.node.api.nodes with type parameters of type ConsensusConfigModifier 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 ConsensusConfig in io.hotmoka.node.api.nodesModifier 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.