Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the node Msg service.
CreateValidator defines a method for creating a validator.
MsgCreateValidator defines an SDK message for creating a new validator.
MsgCreateValidatorResponse defines the Msg/CreateValidator response type.
GrantNode defines a method for granting a node access.
MsgGrantNode defines a message to grant a node access
MsgGrantNodeResponse defines the Msg/GrantNode response type.
RemoveValidator defines a method for removing a validator.
MsgRemoveValidator defines an SDK message for removing an existing validator.
MsgRemoveValidatorResponse defines the Msg/RemoveValidator response type.
(message has no fields)
RevokeNode defines a method for revoking access from a node.
MsgRevokeNode defines a message to revoke access from a node
MsgRevokeNodeResponse defines the Msg/RevokeNode response type.
(message has no fields)
UpdateValidator defines a method for updating a validator.
MsgUpdateValidator defines an SDK message for updating an existing validator.
MsgUpdateValidatorResponse defines the Msg/UpdateValidator response type.
(message has no fields)
Query defines the gRPC querier service for node module
Node queries the node by the given id
QueryNodeRequest is the request type for the Query/Node RPC method
QueryNodeResponse is the response type for the Query/Node RPC method
Nodes queries the nodes
QueryNodesRequest is the request type for the Query/Nodes RPC method
QueryNodesResponse is the response type for the Query/Nodes RPC method
Params queries the parameters of the node module
QueryParamsRequest is the request type for the Query/Params RPC method
(message has no fields)
QueryParamsResponse is the response type for the Query/Params RPC method
Validator queries the validator by the given id
QueryValidatorRequest is the request type for the Query/Validator RPC method
QueryValidatorResponse is the response type for the Query/Validator RPC method
Validators queries the validators
QueryValidatorsRequest is the request type for the Query/Validators RPC method
QueryValidatorsResponse is the response type for the Query/Validators RPC method
HistoricalInfo contains the historical information that gets stored at each height.
Node defines a struct to represent a node identity
Used in: ,
Params defines the parameters for the node module.
Used in:
Request defines a standard for validator. The validator will participate the blockchain consensus, power determines the probability of proposing a new block.
Used in: , ,