# Functions

DefaultGenesis returns the default genesis state.
DefaultParams returns a default set of parameters.
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
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
No description provided by the author
RegisterInterfaces registers the interfaces types with the interface registry.
RegisterMsgHandler registers the http handlers for service Msg to "mux".
RegisterMsgHandlerClient registers the http handlers for service Msg to "mux".
RegisterMsgHandlerFromEndpoint is same as RegisterMsgHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMsgHandlerServer registers the http handlers for service Msg to "mux".
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
No description provided by the author
No description provided by the author
DefaultIndex is the default global index.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MemStoreKey defines the in-memory store key.
ModuleAccountName defines the module account name.
ModuleName defines the module name.
No description provided by the author
No description provided by the author
RouterKey defines the module's message routing key.
StoreKey defines the primary module store key.
Define constants for your module's message types and routes.
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
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
No description provided by the author
No description provided by the author
GenesisState defines the gridnode module's genesis state.
No description provided by the author
No description provided by the author
MsgGridnodeDelegate is the request type for the Msg/DelegateTokens RPC method.
MsgGridnodeDelegateResponse is the response type for the Msg/DelegateTokens RPC method.
No description provided by the author
No description provided by the author
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the parameters for the module.
No description provided by the author
No description provided by the author
QueryDelegatedAmountRequest is the request type for the Query/DelegatedAmount RPC method.
QueryDelegatedAmountResponse is the response type for the Query/DelegatedAmount RPC method.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
QueryUnbondingEntriesRequest is the request type for the Query/UnbondingEntries RPC method.
QueryUnbondingEntriesResponse is the response type for the Query/UnbondingEntries RPC method.
No description provided by the author
No description provided by the author
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper defines the expected account keeper used for simulations (noalias).
BankKeeper defines the expected interface needed to retrieve account balances.
Expected interface for the x/gov keeper.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
ParamSubspace defines the expected Subspace interface for parameters.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.