Versions in this module Expand all Collapse all v0 v0.47.0 Aug 13, 2022 Changes in this version + const Len + const MaxAddrLen + func Compose(typ string, subAddresses []Addressable) ([]byte, error) + func Derive(address []byte, key []byte) []byte + func Hash(typ string, key []byte) []byte + func LengthPrefix(bz []byte) ([]byte, error) + func Module(moduleName string, key []byte) []byte + func MustLengthPrefix(bz []byte) []byte + type Addressable interface + Address func() []byte + type Codec interface + BytesToString func(bz []byte) (string, error) + StringToBytes func(text string) ([]byte, error)