Versions in this module Expand all Collapse all v0 v0.1.0 Jul 16, 2026 Changes in this version + type Endorsement struct + Proposal *peer.Proposal + Responses []*peer.ProposalResponse + type Logger interface + Debugf func(template string, args ...any) + Errorf func(template string, args ...any) + Infof func(template string, args ...any) + Warnf func(template string, args ...any) + func NewStdLogger(component string) Logger + func NewTestLogger(t *testing.T, component string) Logger + type NoOpLogger struct + func (NoOpLogger) Debugf(template string, args ...any) + func (NoOpLogger) Errorf(template string, args ...any) + func (NoOpLogger) Infof(template string, args ...any) + func (NoOpLogger) Warnf(template string, args ...any) + type Signer interface + Serialize func() ([]byte, error) + Sign func(msg []byte) ([]byte, error) + type StdLogger struct + func (l *StdLogger) Debugf(template string, args ...any) + func (l *StdLogger) Errorf(template string, args ...any) + func (l *StdLogger) Infof(template string, args ...any) + func (l *StdLogger) Warnf(template string, args ...any) + type TestLogger struct + func (l *TestLogger) Debugf(template string, args ...any) + func (l *TestLogger) Errorf(template string, args ...any) + func (l *TestLogger) Infof(template string, args ...any) + func (l *TestLogger) Warnf(template string, args ...any)