Versions in this module Expand all Collapse all v0 v0.2.0 May 7, 2026 v0.1.0 May 6, 2026 Changes in this version + var BuildMCMSFiredrillProposalOp = fwops.NewOperation("mcms-firedrill-proposal", semver.MustParse("1.0.0"), ...) + var OpSolanaGrantRoleTimelock = fwops.NewOperation("solana-grant-role-timelock", semver.MustParse("1.0.0"), ...) + var SeqSolanaGrantRoleTimelock = fwops.NewSequence("seq-solana-grant-role-timelock", semver.MustParse("1.0.0"), ...) + type FireDrillDeps struct + Environment cldf.Environment + type FireDrillInput struct + Selectors []uint64 + TimelockCfg cldfproposalutils.TimelockConfig + type FireDrillOutput struct + Proposal mcmslib.TimelockProposal + type OpSolanaGrantRoleTimelockDeps struct + Chain cldfsolana.Chain + type OpSolanaGrantRoleTimelockInput struct + Account solana.PublicKey + ChainState *solanastate.MCMSWithTimelockState + IsDeployerKeyAdmin bool + Role timelockbindings.Role + type OpSolanaGrantRoleTimelockOutput struct + MCMSTransaction mcmstypes.Transaction + type SeqSolanaGrantRoleTimelockDeps struct + Chain cldfsolana.Chain + type SeqSolanaGrantRoleTimelockInput struct + Accounts []solana.PublicKey + ChainState *solanastate.MCMSWithTimelockState + IsDeployerKeyAdmin bool + Role timelockbindings.Role + type SeqSolanaGrantRoleTimelockOutput struct + McmsTransactions []mcmstypes.Transaction