Documentation ¶
Overview ¶
Package api defines the governance application API for other applications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MessageChangeParameters = messageKind(0)
MessageChangeParameters is the message kind for when the change parameters proposal closes as accepted. The message is the change parameters proposal.
View Source
var MessageValidateParameterChanges = messageKind(1)
MessageValidateParameterChanges is the message kind for when the change parameters proposal's changes should be validated. The message is the change parameters proposal. Consensus module to which changes should be applied should respond with an empty struct if validation is successful and with error otherwise. Other modules should ignore the message and return a nil response.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.