package
0.0.2-migrate-evm
Repository: https://github.com/scalarorg/scalar-core.git
Documentation: pkg.go.dev

# Functions

From creates a new Key from a fmt.Stringer interface Deprecated: use FromHashed instead.
FromBz creates a new Key from bytes Deprecated: use FromBzHashed instead.
FromBzHashed creates a new Key from bytes.
FromHashed creates a new Key from a fmt.Stringer interface.
FromStr creates a new Key from a string Deprecated: use FromStrHashed instead.
FromStrHashed creates a new Key from a string.
FromUInt creates a new Key from any unsigned integer type.
RegisterStaticKey registers a static key particle for the data store to ensure uniqueness per namespace.

# Constants

DefaultDelimiter represents the default delimiter used for the KV store keys when concatenating them together.

# Interfaces

Key provides a type safe way to interact with the store.