Documentation ¶
Index ¶
Constants ¶
View Source
const ( OldExpired Status = 2 OldExecuted = 3 NewExecuted = 5 NewExpired = 7 )
View Source
const (
PROPOSAS_STATUS_EXECUTED = 3
)
Variables ¶
View Source
var VotingEvents = map[string]int64{
"qTokenHolderVote": 0,
"rootNodeVote": 1,
"rootNodeProposal": 2,
}
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service ingests history.
func (*Service) GetStartBlockByEvent ¶ added in v1.0.0
type SystemContract ¶ added in v1.0.0
type SystemContracts ¶ added in v1.0.0
type SystemContracts []SystemContract
Click to show internal directories.
Click to hide internal directories.