Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + var ErrEncode = errors.New("base58 encoding error") + func Decode32(out *[32]byte, encoded []byte) (ok bool) + func DecodeFromString(addr string) ([32]byte, error) + func Encode(buf []byte) string + func Encode32(out *[44]byte, in [32]byte) uint + func MustDecodeFromString(addr string) [32]byte v0.1.0-alpha.1 Jan 15, 2026