Versions in this module Expand all Collapse all v0 v0.81.0 Feb 18, 2026 v0.80.2 Feb 17, 2026 Changes in this version + type AnalyzerEngine interface + RegisterAnalyzer func(analyzer analyzer.BaseAnalyzer) error + RegisterRenderer func(renderer renderer.Renderer) error + RenderTo func(w io.Writer, rendererID string, proposal analyzer.AnalyzedProposal) error + Run func(ctx context.Context, domain cldfdomain.Domain, env deployment.Environment, ...) (analyzer.AnalyzedProposal, error) + type DecodeInstructionFn = experimentalanalyzer.DecodeInstructionFn + type DecoderConfig struct + EVMABIMappings map[string]string + SolanaDecoders map[string]DecodeInstructionFn