package
0.0.0-20190929044832-b10740b316a8
Repository: https://github.com/qitmeer/qitmeer-lib.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Decode decodes a modified base58 string to a byte slice.
No description provided by the author
Encode encodes a byte slice to a modified base58 string.
QitmeerCheckDecode decodes a string that was encoded with 2 bytes version and verifies the checksum using blake2b-256 hash.
CheckEncode prepends two version bytes and appends a four byte checksum.
No description provided by the author
# Variables
ErrChecksum indicates that the checksum of a check-encoded string does not verify against the checksum.
ErrInvalidFormat indicates that the check-encoded string has an invalid format.