Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidPath = errors.New("invalid path") ErrValueNotFound = errors.New("value not found") )
Functions ¶
Types ¶
type ByNebulaRq ¶
type ByValidatorRq ¶
type ByValidatorRq struct {
PubKey string
}
type CommitHashRq ¶
type Path ¶
type Path string
const ( OracleByValidatorPath Path = "oraclesByValidator" OracleByNebulaPath Path = "oraclesByNebula" BftOracleByNebulaPath Path = "bftOraclesByNebula" RoundHeightPath Path = "roundHeight" CommitHashPath Path = "commitHash" RevealPath Path = "reveal" RevealsPath Path = "reveals" ResultPath Path = "result" ResultsPath Path = "results" NebulaePath Path = "nebulae" NebulaInfoPath Path = "nebula_info" LastRoundApprovedPath Path = "lastRoundApproved" ConsulsPath Path = "consuls" ConsulsCandidatePath Path = "consulsCandidate" SignNewConsulsByConsulPath Path = "signNewConsulsByConsul" SignNewOraclesByConsulPath Path = "signNewOraclesByConsul" NebulaOraclesIndexPath Path = "nebulaOraclesIndex" AllValidatorsPath Path = "allValidators" ValidatorDetailsPath Path = "validatorDetails" )
type RoundHeightRq ¶
Click to show internal directories.
Click to hide internal directories.