# Functions
ErrAccountNotFound - error if account doesn't exist.
ErrBurnZeroIDA -.
ErrDeveloperAlreadyExist - error if developer is already registered.
ErrDeveloperNotFound - error if developer not found.
ErrExchangeMiniDollarZeroAmount -.
ErrGrantPermissionTooHigh - error if grant permission is not supported.
ErrIDAIssuedBefore - ida has been issued before.
ErrIDANotFound -.
ErrIDARevoked - ida was revoked before.
ErrIDATransferSelf -.
ErrIDAUnauthed - app's authorization of ida on user is revoked.
ErrInsufficientDeveloperDeposit - error if developer deposit is insufficient.
ErrInsuffientReservePool -.
ErrInvalidAffiliatedAccount -.
ErrInvalidAppMetadata - error if app metadata length invalid.
ErrInvalidAuthorizedApp - error if auth app target is invalid.
ErrInvalidDescription - error if description length invalid.
ErrInvalidGrantPermission - error if grant permission is not supported.
ErrInvalidIDAAuth -.
ErrInvalidIDAName - ida name not valid.
ErrInvalidIDAPrice - IDA price is not valid.
ErrInvalidMemo -.
ErrInvalidReserveAmount - error when reserve pool amount is invalid.
ErrInvalidSigner -.
ErrInvalidTransferTarget -.
ErrInvalidUsername - error if username invalid.
ErrInvalidUserRole - error when user's role is not valid(like it's an affiliaed account).
ErrInvalidValidityPeriod - error if validity is invalid.
ErrInvalidVoterDuty - error when developer attempting to be regsitered is not a voter.
ErrInvalidWebsite - error if website length invalid.
ErrMaxAffiliatedExceeded -.
ErrNotEnoughIDA -.
ErrQueryFailed - error when query developer store failed.
DeveloperRegisterMsg Msg Implementations.
DeveloperRevokeMsg Msg Implementations.
NewDeveloperUpdateMsg - new DeveloperUpdateMsg.
Register concrete types on wire codec.
# Constants
No description provided by the author
IDA price's unit is 1/10 usd cent.
ModuleKey is the name of the module.
QuerierRoute is the querier route for developer.
No description provided by the author
Query sub spaces.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RouterKey is the message route for developer.
# Variables
No description provided by the author
# Structs
DeveloperRegisterMsg - register developer on blockchain.
DeveloperRevokeMsg - revoke developer on blockchain.
DeveloperUpdateMsg - update developer info on blockchain.
IDAAuthorizeMsg - update app's permission of IDA of the user.
IDAConvertFromLinoMsg - convert from lino to ida.
IDAIssueMsg - IDA issue message.
IDAMintMsg - Mint more IDA from user pool.
IDATransferMsg - Transfer IDA.
No description provided by the author
UpdateAffiliatedMsg - update affiliate accounts.