# Functions
AssertGovAuthority errors is the authority is not the gov module address.
No description provided by the author
DecInZeroOne asserts that 0 <= a <= 1 when oneInclusive=True, otherwise asserts 0 <= a < 1.
No description provided by the author
DecNotNegative checks if a is defined and a >= 0.
DecPositive checks if a is defined and a > 0.
No description provided by the author
EmergencyGroupAuthority returns true if the authority is EmergencyGroup.
No description provided by the author
IsGovAuthority returns true if the authority is the gov module address.
No description provided by the author
No description provided by the author
No description provided by the author
PositiveCoins checks if all coins are valida and amount is positive.
Proposal checks the format of the description in relation to the authority (x/gov account or other valid account).
No description provided by the author
Signers converts signer bech32 addresses to sdk.AccAddress list.
No description provided by the author
# Variables
GovModuleAddr is set during the first call of ValidateProposal.
# Interfaces
WithEmergencyGroup is a copy of ugov.WithEmergencyGroup to avoid import cycle.