Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultValidUntil = 72 * time.Hour
)
Variables ¶
This section is empty.
Functions ¶
func BuildProposalFromBatchesV2 ¶
func BuildProposalFromBatchesV2( e cldf.Environment, timelockAddressPerChain map[uint64]string, mcmsAddressPerChain map[uint64]string, inspectorPerChain map[uint64]mcmssdk.Inspector, batches []types.BatchOperation, description string, mcmsCfg cldfproposalutils.TimelockConfig, opts ...BuildProposalOption, ) (*mcmslib.TimelockProposal, error)
BuildProposalFromBatchesV2 uses the new MCMS library which replaces the implementation in BuildProposalFromBatches.
Types ¶
type BuildProposalOption ¶
type BuildProposalOption func(*buildProposalOptions)
func WithChainMetadata ¶
func WithChainMetadata(chainMetadata ChainMetadata) BuildProposalOption
type ChainMetadata ¶
func (*ChainMetadata) Set ¶
func (c *ChainMetadata) Set(chainSelector uint64, key string, value any) *ChainMetadata
Click to show internal directories.
Click to hide internal directories.