Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidatorApp ¶
type ValidatorApp struct {
// contains filtered or unexported fields
}
ValidatorApp is the app to run the validator runtime.
func NewValidatorApp ¶
func NewValidatorApp(config ValidatorConfig) *ValidatorApp
NewValidatorApp creates a new validator app from the config.
type ValidatorConfig ¶
type ValidatorConfig struct { BlockchainConn *grpc.ClientConn NetworkConfig *config.Config ValidatorIndices []uint32 RootKey string }
ValidatorConfig is the config passed into the validator app.
func (*ValidatorConfig) ParseValidatorIndices ¶
func (vc *ValidatorConfig) ParseValidatorIndices(validators string)
ParseValidatorIndices parses validator indices given a user-supplied list of ranges.
Click to show internal directories.
Click to hide internal directories.