package
5.0.0+incompatible
Repository: https://github.com/osmosis-labs/osmosis.git
Documentation: pkg.go.dev

# Functions

Compose creates a new address based on sub addresses.
Derive derives a new address from the main `address` and a derivation `key`.
Hash creates a new address from address type and key.
LengthPrefix prefixes the address bytes with its length, this is used for example for variable-length components in store keys.
Module is a specialized version of a composed address for modules.
MustLengthPrefix is LengthPrefix with panic on error.

# Constants

Len is the length of base addresses.
MaxAddrLen is the maximum allowed length (in bytes) for an address.

# Interfaces

No description provided by the author