proposalutils

package
v0.98.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BypasserManyChainMultisig        cldf.ContractType = "BypasserManyChainMultiSig"
	CancellerManyChainMultisig       cldf.ContractType = "CancellerManyChainMultiSig"
	ProposerManyChainMultisig        cldf.ContractType = "ProposerManyChainMultiSig"
	ManyChainMultisig                cldf.ContractType = "ManyChainMultiSig"
	RBACTimelock                     cldf.ContractType = "RBACTimelock"
	CallProxy                        cldf.ContractType = "CallProxy"
	ManyChainMultisigProgram         cldf.ContractType = "ManyChainMultiSigProgram"
	RBACTimelockProgram              cldf.ContractType = "RBACTimelockProgram"
	AccessControllerProgram          cldf.ContractType = "AccessControllerProgram"
	ProposerAccessControllerAccount  cldf.ContractType = "ProposerAccessControllerAccount"
	ExecutorAccessControllerAccount  cldf.ContractType = "ExecutorAccessControllerAccount"
	CancellerAccessControllerAccount cldf.ContractType = "CancellerAccessControllerAccount"
	BypasserAccessControllerAccount  cldf.ContractType = "BypasserAccessControllerAccount"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MCMSRole

type MCMSRole string

MCMSRole represents a named role within the MCMS system (e.g. proposer, bypasser, canceller).

const (
	ProposerRole  MCMSRole = "PROPOSER"
	BypasserRole  MCMSRole = "BYPASSER"
	CancellerRole MCMSRole = "CANCELLER"
)

func (MCMSRole) String

func (role MCMSRole) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL