Documentation ¶
Index ¶
- func ErrCommitNotFound() error
- func ErrEmptyTree() error
- func ErrUnexpectedValidators(got, want []byte) error
- func ErrUnknownValidators(chainID string, height int64) error
- func IsErrCommitNotFound(err error) bool
- func IsErrEmptyTree(err error) bool
- func IsErrUnexpectedValidators(err error) bool
- func IsErrUnknownValidators(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrCommitNotFound ¶
func ErrCommitNotFound() error
ErrCommitNotFound indicates that a the requested commit was not found.
func ErrEmptyTree ¶
func ErrEmptyTree() error
func ErrUnexpectedValidators ¶ added in v0.24.0
ErrUnexpectedValidators indicates a validator set mismatch.
func ErrUnknownValidators ¶ added in v0.24.0
ErrUnknownValidators indicates that some validator set was missing or unknown.
func IsErrCommitNotFound ¶ added in v0.24.0
func IsErrEmptyTree ¶
func IsErrUnexpectedValidators ¶ added in v0.24.0
func IsErrUnknownValidators ¶ added in v0.24.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.