Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerEngine ¶
type AnalyzerEngine interface {
Run(ctx context.Context, domain cldfdomain.Domain, env deployment.Environment, proposal *mcms.TimelockProposal) (analyzer.AnalyzedProposal, error)
RegisterAnalyzer(analyzer analyzer.BaseAnalyzer) error
RegisterRenderer(renderer renderer.Renderer) error
RenderTo(w io.Writer, rendererID string, proposal analyzer.AnalyzedProposal) error
}
type DecodeInstructionFn ¶
type DecodeInstructionFn = experimentalanalyzer.DecodeInstructionFn
type DecoderConfig ¶
type DecoderConfig struct {
EVMABIMappings map[string]string
SolanaDecoders map[string]DecodeInstructionFn
}
DecoderConfig configures the proposal decoder used by the analyzer engine. The decoder is expected to support multi-chain proposal decoding using the provided chain-specific mappings.
Click to show internal directories.
Click to hide internal directories.