# Functions
DefaultGenesisState gets the raw genesis raw message for testing.
NewGenesisState creates a new GenesisState instance.
No description provided by the author
No description provided by the author
RegisterInterfaces registers the x/sequencer interfaces types with the interface registry.
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
ModuleName is the name of the sequencer module.
RouterKey is the msg router key for the sequencer module.
StoreKey is the string store representation.
# 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
Keys for store last validator set.
Keys for store next sequencer change height.
No description provided by the author
Keys for store sequencer cons address.
# Structs
GenesisState defines the gm module's genesis state.
MsgChangeSequencer is the Msg/ChangeSequencer request type.
MsgChangeSequencerResponse defines the response structure for executing a MsgChangeSequencer message.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the parameters for the module.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
Sequencer defines a sequence of instructions to be executed.
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 (noalias).
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.