Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2022 Changes in this version + func Decode(encoding Encoding, str string) ([]byte, error) + func EncodeWithChecksum(encoding Encoding, bytes []byte) (string, error) + func EncodeWithoutChecksum(encoding Encoding, bytes []byte) (string, error) + func IntFormat(maxValue int) string + type DumpBytes []byte + func (db DumpBytes) String() string + type Encoding uint8 + const CB58 + const Hex + const JSON + func (enc *Encoding) UnmarshalJSON(b []byte) error + func (enc Encoding) MarshalJSON() ([]byte, error) + func (enc Encoding) String() string + type PrefixedStringer interface + PrefixedString func(prefix string) string v1.0.0-alpha Nov 22, 2022