Documentation
¶
Overview ¶
Code generated by hack/gen-logs.sh; DO NOT EDIT. This file is created and regenerated automatically. Anything added here might get removed.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseHexGraffiti ¶
ParseHexGraffiti checks if a graffiti input is being represented in hex and converts it to ASCII if so
Types ¶
type Graffiti ¶
type Graffiti struct {
Hash [32]byte
Default string `yaml:"default,omitempty"`
Ordered []string `yaml:"ordered,omitempty"`
Random []string `yaml:"random,omitempty"`
Specific map[primitives.ValidatorIndex]string `yaml:"specific,omitempty"`
}
Graffiti is a graffiti container.
func ParseGraffitiFile ¶
ParseGraffitiFile parses the graffiti file and returns the graffiti struct.
Click to show internal directories.
Click to hide internal directories.