Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAlreadyPassed = errors.New("signature >= threshold, proposal already passed") ErrAlreadyVoted = errors.New("already voted on this proposal") )
View Source
var DomainIdMappingErrCounter = make(map[uint8][consts.DefaultEndpointTries]int64)
View Source
var DomainIdToName = make(map[uint8]string)
View Source
var HEAD_STATS = sync.Map{} // make(map[uint8]int64)
View Source
var PathKeypair = make(map[string]crypto.Keypair)
View Source
var SYNC_STATS = sync.Map{} // make(map[uint8]int64)
View Source
var ZeroAddress = common.HexToAddress("0x0000000000000000000000000000000000000000")
Functions ¶
func IsExecuted ¶
func IsFinalized ¶
Types ¶
type ProposalStatus ¶
type ProposalStatus int
const ( Inactive ProposalStatus = iota Active Passed Executed Cancelled )
Click to show internal directories.
Click to hide internal directories.