Versions in this module Expand all Collapse all v0 v0.8.0 Jul 9, 2026 Changes in this version + var Registry = familyregistry.New[Sequence, ChainInput]("mcms deploy") + func RegisterFamilies(regs ...Registration) + type ChainInput struct + ChainSelector uint64 + Config cldfproposalutils.MCMSWithTimelockConfig + type Changeset struct + func (Changeset) Apply(env cldf.Environment, input Input) (cldf.ChangesetOutput, error) + func (Changeset) VerifyPreconditions(env cldf.Environment, input Input) error + type Deps struct + BlockChains chain.BlockChains + DataStore cldfdatastore.DataStore + type Input struct + ConfigByChain map[uint64]cldfproposalutils.MCMSWithTimelockConfig + type Registration = familyregistry.Registration[Sequence, ChainInput] + type Sequence = operations.Sequence[ChainInput, sequenceutils.OnChainOutput, Deps]