Versions in this module Expand all Collapse all v4 v4.2.4 Jan 13, 2025 v4.2.3 Jan 13, 2025 Changes in this version + func Decode(bz []byte, target interface{}) error + func DecodeFromHex(str string, target interface{}) error + func Encode(value interface{}) ([]byte, error) + func EncodeToHex(value interface{}) (string, error) + func EncodedLength(value interface{}) (int, error) + func Eq(one, other interface{}) bool + func Hex(value interface{}) (string, error) + func HexDecodeString(s string) ([]byte, error) + func HexEncodeToString(b []byte) string + func MustHexDecodeString(str string) []byte + type Hexer interface + Hex func() string