Documentation
¶
Index ¶
Constants ¶
View Source
const ( ActionProposalDropped = "proposal-dropped" // didn't meet min deposit ActionProposalPassed = "proposal-passed" // meet vote quorum ActionProposalRejected = "proposal-rejected" // didn't meet vote quorum ActionProposalFailed = "proposal-failed" // error on proposal handler TxCategory = "governance" ProposalID = "proposal-id" VotingPeriodStart = "voting-period-start" ProposalResult = "proposal-result" )
Governance tags
Variables ¶
View Source
var ( Action = sdk.TagAction Category = sdk.TagCategory Sender = sdk.TagSender )
SDK tag aliases
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.