package
Version:
v1.10.18-rc.18
Opens a new window with list of versions in this module.
Published: Jan 13, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrBase58Decoding = errors.New("base58 decoding error")
ErrMissingChecksum = errors.New("input string is smaller than the checksum size")
ErrBadChecksum = errors.New("invalid input checksum")
)
Decode [str] to bytes from cb58.
Encode bytes to a string using cb58 format.
bytes may be nil, in which case it will be treated the same as an empty
slice.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.