Versions in this module Expand all Collapse all v1 v1.0.4 Apr 24, 2026 Changes in this version + type DebuggerEnvironment struct + func NewDebuggerSequenceTrace(addresses map[string]TypeAndVersion, outputFmt sequence.OutputFmt) DebuggerEnvironment + func NewDebuggerTreeTrace(addresses map[string]TypeAndVersion) DebuggerEnvironment + func (d DebuggerEnvironment) DumpReceived(m *tt.ReceivedMessage, verbose ...bool) string + func (d DebuggerEnvironment) DumpSent(m *tt.SentMessage, verbose ...bool) string + func (d DebuggerEnvironment) NewInstance() debugger + func (d DebuggerEnvironment) RegisterDecoders(decoders ...lib.ContractDecoder) + type SimpleBody string + func (b SimpleBody) Compact() string + func (b SimpleBody) Describe() string + type SimpleInfo struct + func NewSimpleInfo(name, body string) SimpleInfo + func NewSimpleInfoUnknown(body string) SimpleInfo + func (i SimpleInfo) Body() lib.BodyInfo + func (i SimpleInfo) Name() string + type TypeAndVersion struct + Type string + Version semver.Version