Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the treasury Msg service.
Burn defines a method for burning coins
MsgBurnRequest defines the Msg/Burn request type
signer is who requests burning
amount is the amount to burn
MsgBurnResponse defines the Msg/Burn response type
(message has no fields)
Mint defines a method for minting coins
MsgMintRequest defines the Msg/Mint request type
receiver is the target address of minted coins
signer is who requests minting
amount is the amount to mint
MsgMintResponse defines the Msg/Mint response type
(message has no fields)
Query defines the gRPC querier service
Currencies queries all supported currency denom list
QueryCurrenciesRequest is request type for the Query/Currencies RPC method
pagination defines an optional pagination for the request
QueryCurrenciesResponse is response type for the Query/Currencies RPC method
Currencies defines all supported currency denom list
pagination defines the pagination in the response
Currency queries a currency info
QueryCurrencyRequest is request type for the Query/Currency RPC method
denom defines the denom to query for
QueryCurrencyResponse is response type for the Query/Currency RPC method
Currency defines a currency info
MaxAtoloSupply queries maximum mintable amount of uatolo
QueryMaxRequest is request type for the Query/MaxAtoloSupply RPC method
(message has no fields)
QueryMaxResponse is response type for the Query/MaxAtoloSupply RPC method
params defines maximum mintable amount of uatolo
Params queries parameters of treasury
QueryParamsRequest is request type for the Query/Params RPC method
(message has no fields)
QueryParamsResponse is response type for the Query/Params RPC method
params defines the parameters of treasury module
Currencies
Used in:
denoms is the denom list of all currencies
Currency defines a single currency info
Used in: ,
denom is the name of the currency
desc is a description of the currency
owner is who can mint this currency
mintable indicates whether this currency can be minted or not
GenesisState defines the module's genesis state
params defines all the paramaters of treasury module
Maximum mintable amount of atolo
Used in:
amount is maximum mintable amount of atolo
Params defines the parameters for the treasury module
Used in: ,
mintable indicates whether every currencie of treasury module are able to mint or not
sequence of currency state
currency_list is the list of supported currencies
Sequence
Used in:
number is the currency sequence number of current state