Documentation
¶
Index ¶
Constants ¶
View Source
const LinkToken cldf.ContractType = "LinkToken"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCMSWithTimelockConfigV2 ¶
type MCMSWithTimelockConfigV2 struct {
Canceller mcmstypes.Config `json:"canceller"`
Bypasser mcmstypes.Config `json:"bypasser"`
Proposer mcmstypes.Config `json:"proposer"`
TimelockMinDelay *big.Int `json:"timelockMinDelay"`
Label *string `json:"label"`
GasBoostConfig *cldfproposalutils.GasBoostConfig `json:"gasBoostConfig"`
Qualifier *string `json:"qualifier"`
}
MCMSWithTimelockConfigV2 holds the configuration for an MCMS with timelock.
Click to show internal directories.
Click to hide internal directories.