Versions in this module Expand all Collapse all v0 v0.0.7 Aug 5, 2020 v0.0.3 Aug 5, 2020 Changes in this version + func Check(err error) bool + func Debug(a ...interface{}) + func Debugc(fn func() string) + func Debugf(format string, a ...interface{}) + func Debugs(a interface{}) + func Error(a ...interface{}) + func Errorc(fn func() string) + func Errorf(format string, a ...interface{}) + func Errors(a interface{}) + func Fatal(a ...interface{}) + func Fatalc(fn func() string) + func Fatalf(format string, a ...interface{}) + func Fatals(a interface{}) + func Info(a ...interface{}) + func Infoc(fn func() string) + func Infof(format string, a ...interface{}) + func Infos(a interface{}) + func Trace(a ...interface{}) + func Tracec(fn func() string) + func Tracef(format string, a ...interface{}) + func Traces(a interface{}) + func Warn(a ...interface{}) + func Warnc(fn func() string) + func Warnf(format string, a ...interface{}) + func Warns(a interface{}) + type Hashes struct + Byteses map[int32][]byte + Length byte + func NewHashes() *Hashes + func (b *Hashes) Decode(by []byte) (out []byte) + func (b *Hashes) DecodeOne(by []byte) *Hashes + func (b *Hashes) Encode() (out []byte) + func (b *Hashes) Get() (out map[int32]*chainhash.Hash) + func (b *Hashes) Put(in map[int32]*chainhash.Hash) *Hashes