Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the oracle Msg service.
BurnToken defines a method for burning some tokens
MsgBurnToken defines an SDK message for burning some tokens
MsgBurnTokenResponse defines the Msg/BurnToken response type
(message has no fields)
EditToken defines a method for editing a token.
MsgEditToken defines an SDK message for editing a new token.
MsgEditTokenResponse defines the Msg/EditToken response type.
(message has no fields)
IssueToken defines a method for issuing a new token.
MsgIssueToken defines an SDK message for issuing a new token.
MsgIssueTokenResponse defines the Msg/IssueToken response type.
(message has no fields)
MintToken defines a method for minting some tokens.
MsgMintToken defines an SDK message for minting a new token.
MsgMintTokenResponse defines the Msg/MintToken response type.
(message has no fields)
TransferTokenOwner defines a method for minting some tokens.
MsgMintToken defines an SDK message for transferring the token owner.
MsgTransferTokenOwnerResponse defines the Msg/TransferTokenOwner response type.
(message has no fields)
Query creates service with token as rpc
Fees returns the fees to issue or mint a token
QueryFeesRequest is request type for the Query/Fees RPC method
QueryFeesResponse is response type for the Query/Fees RPC method
Params queries the token parameters
QueryParametersRequest is request type for the Query/Parameters RPC method
(message has no fields)
QueryParametersResponse is response type for the Query/Parameters RPC method
Token returns token with token name
QueryTokenRequest is request type for the Query/Token RPC method
QueryTokenResponse is response type for the Query/Token RPC method
Tokens returns the token list
QueryTokensRequest is request type for the Query/Tokens RPC method
pagination defines an optional pagination for the request.
QueryTokensResponse is response type for the Query/Tokens RPC method
TotalBurn queries all the burnt coins
QueryTokenRequest is request type for the Query/TotalBurn RPC method
(message has no fields)
QueryTotalBurnResponse is response type for the Query/TotalBurn RPC method
token parameters
Used in:
Token defines a standard for the fungible token