Documentation ¶
Index ¶
Constants ¶
View Source
const (
// NibbleSize marks the size of a byte nibble
NibbleSize = 4
)
Variables ¶
View Source
var ErrInvalidLength = errors.New("invalid array length")
ErrInvalidLength signals that length of the array is invalid
Functions ¶
func NewDisabledKeyBuilder ¶
func NewDisabledKeyBuilder() *disabledKeyBuilder
NewDisabledKeyBuilder creates a new disabled key builder. This should be used when the key is not needed
func NewKeyBuilder ¶
func NewKeyBuilder() *keyBuilder
NewKeyBuilder creates a new key builder. This is used for building trie keys when traversing the trie. Use this only if you traverse the trie from the root, else hexToTrieKeyBytes might fail
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.