Versions in this module Expand all Collapse all v1 v1.2.10 Dec 12, 2025 Changes in this version + var ErrBadChecksum = errors.New("invalid input checksum") + var ErrBase58Decoding = errors.New("base58 decoding error") + var ErrMissingChecksum = errors.New("input string is smaller than the checksum size") + func Decode(str string) ([]byte, error) + func Encode(bytes []byte) (string, error)