package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev
# 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
RegisterLegacyAminoCodec registers all necessary param module types with a given LegacyAmino codec.
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
ValidateChanges performs basic validation checks over a set of ParamChange.
# Constants
ModuleName defines the name of the module.
ProposalTypeChange defines the type for a ParameterChangeProposal.
RouterKey defines the routing key for a ParameterChangeProposal.
# Variables
x/params module sentinel errors.
x/params module sentinel errors.
x/params module sentinel errors.
x/params module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/params module sentinel errors.
No description provided by the author
No description provided by the author
x/params module sentinel errors.
# Structs
ParamChange defines an individual parameter change, for use in ParameterChangeProposal.
ParameterChangeProposal defines a proposal to change one or more parameters.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
QuerySubspacesRequest defines a request type for querying for all registered subspaces and all keys for a subspace.
QuerySubspacesResponse defines the response types for querying for all registered subspaces and all keys for a subspace.
Subspace defines a parameter subspace name and all the keys that exist for the subspace.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.