# Functions
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
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
No description provided by the author
# Variables
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
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
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
GenesisState defines the token module's genesis state.
No description provided by the author
MsgBurnToken defines an SDK message for burning some tokens.
MsgBurnTokenResponse defines the Msg/BurnToken response type.
MsgEditToken defines an SDK message for editing a new token.
MsgEditTokenResponse defines the Msg/EditToken response type.
MsgIssueToken defines an SDK message for issuing a new token.
MsgIssueTokenResponse defines the Msg/IssueToken response type.
MsgMintToken defines an SDK message for minting a new token.
MsgMintTokenResponse defines the Msg/MintToken response type.
MsgMintToken defines an SDK message for transferring the token owner.
MsgTransferTokenOwnerResponse defines the Msg/TransferTokenOwner response type.
token parameters.
QueryFeesRequest is request type for the Query/Fees RPC method.
QueryFeesResp is for the token fees query output.
QueryFeesResponse is response type for the Query/Fees RPC method.
QueryParametersRequest is request type for the Query/Parameters RPC method.
token params.
QueryParametersResponse is response type for the Query/Parameters RPC method.
QueryTokenRequest is request type for the Query/Token RPC method.
QueryTokenResponse is response type for the Query/Token RPC method.
QueryTokensRequest is request type for the Query/Tokens RPC method.
QueryTokensResponse is response type for the Query/Tokens RPC method.
QueryTokenRequest is request type for the Query/TotalBurn RPC method.
QueryTotalBurnResponse is response type for the Query/TotalBurn RPC method.
Token defines a standard for the fungible token.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
No description provided by the author