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 DecodedBatchOperation interface + Calls func() DecodedCalls + ChainSelector func() uint64 + type DecodedBatchOperations []DecodedBatchOperation + type DecodedCall interface + AdditionalFields func() json.RawMessage + ContractType func() string + ContractVersion func() string + Data func() []byte + Inputs func() DecodedParameters + Name func() string + Outputs func() DecodedParameters + To func() string + type DecodedCalls []DecodedCall + type DecodedParameter interface + Name func() string + Type func() string + Value func() any + type DecodedParameters []DecodedParameter + type DecodedTimelockProposal interface + BatchOperations func() DecodedBatchOperations + type ProposalDecoder interface + Decode func(ctx context.Context, env deployment.Environment, ...) (DecodedTimelockProposal, error)