Class StoredConfiguration


  • public abstract class StoredConfiguration
    extends Object
    Represents a blockchain configuration which is a set of values that determine the network access parameters of a node and behavior of the node while operating in the network.

    See Exonum configuration for configuration details.

    Services configuration parameters would be available after (https://jira.bf.local/browse/ECR-2683) would be implemented.

    • Constructor Detail

      • StoredConfiguration

        public StoredConfiguration()
    • Method Detail

      • previousCfgHash

        @SerializedName("previous_cfg_hash")
        public abstract HashCode previousCfgHash()
        Hash of the previous configuration, which can be used to find that configuration.
      • actualFrom

        @SerializedName("actual_from")
        public abstract long actualFrom()
        The height, starting from which this configuration becomes actual.
      • consensusConfiguration

        @SerializedName("consensus")
        public abstract ConsensusConfiguration consensusConfiguration()
        Consensus algorithm parameters.