Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotInitialized indicates storage instance was not correctly initialized and contains empty required values. ErrNotInitialized = errors.New("storage not initialized") // ErrNotFound indicates the resource does not exist. ErrNotFound = errors.New("entity not found") // ErrDuplicate indicates that the entity can not be stored due to an already existing same entity. ErrDuplicate = errors.New("entity duplicate") // ErrInvalidRange indicates that the block range provided as start and end height is invalid. ErrInvalidRange = errors.New("invalid block height range") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.