dao(name: String!): Dao
Dao
type to know more information.daos: [Dao]
entries
, which have a name and contain a queue
and an executor
. A DAO is identified by its name.name
, a queue
and an executor
. A DAO is identified by its name.Container
) and a configuration.GovernQueue
.Container
represents an action being scheduled for execution, inside a GovernQueue
. It also contains the configuration at the time it was scheduled, and a history of past events.Container
.Container
.ContainerPayload
.Container
when scheduling it and challenging it.GovernQueue
.Container
event representing an action being challenged.Container
event representing an action being executed.Container
event representing an action being resolved.Container
event representing an action being ruled.Container
event representing an action being scheduled.Container
event representing an evidence being submitted.Container
event representing an action being vetoed by the arbitrator.