Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DB db.Config `yaml:"db"` Port int `yaml:"port"` Committee committee.Config `yaml:"committee"` SelfStakingThreshold string `yaml:"selfStakingThreshold"` ScoreThreshold string `yaml:"scoreThreshold"` EnableVoteSync bool `yaml:"enableVoteSync"` VoteSync votesync.Config `yaml:"voteSync"` }
Config defines the config for server
Click to show internal directories.
Click to hide internal directories.