Versions in this module Expand all Collapse all v0 v0.1.0 Oct 10, 2018 v0.0.6 Sep 12, 2018 Changes in this version + const VersionAuxpow + var ErrChecksumMismatch = errors.New("checksum mismatch") + var ErrInvalidFormat = errors.New("invalid format: version and/or checksum bytes missing") + func CheckDecode(input string) (result []byte, version []byte, err error) + func DecodeTransactions(r io.Reader, pver uint32, enc wire.MessageEncoding, blk *wire.MsgBlock) error + func SkipAuxpow(r io.ReadSeeker) error