package
0.3.0-gamma
Repository: https://github.com/furyaxyz/furya.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default Capability 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
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
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
SchedulerKey returns the store key to retrieve a Scheduler from the index fields.
SequencerKey returns the store key to retrieve a Sequencer from the index fields.
SequencersByRollappKey returns the store key to retrieve a SequencersByRollapp from the index fields.

# Constants

DefaultIndex is the default capability global index.
DoNotModifyDesc constant is used in flags to indicate that description field should not be updated.
OPERATING_STATUS_INACTIVE defines a sequencer that is not active and won't be scheduled.
constant for maximum string length of the Description fields.
constant for maximum string length of the Description fields.
constant for maximum string length of the Description fields.
constant for maximum string length of the Description fields.
constant for maximum string length of the Description fields.
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
OPERATING_STATUS_PROPOSER defines a sequencer that is active and can propose state updates.
QuerierRoute defines the module's query routing key.
RouterKey is the message route for slashing.
SchedulerKeyPrefix is the prefix to retrieve all Scheduler.
SequencerKeyPrefix is the prefix to retrieve all Sequencer.
SequencersByRollappKeyPrefix is the prefix to retrieve all SequencersByRollapp.
StoreKey defines the primary module store key.
No description provided by the author
OPERATING_STATUS_UNSPECIFIED defines zero-value for status ordering.

# 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
x/sequencer module sentinel errors.
x/sequencer module sentinel errors.
x/sequencer module sentinel errors.
x/sequencer module sentinel errors.
x/sequencer module sentinel errors.
x/sequencer 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
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/sequencer module sentinel errors.
x/sequencer module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Description defines a sequencer description.
GenesisState defines the sequencer module's genesis state.
MsgCreateSequencer defines a SDK message for creating a new sequencer.
No description provided by the author
Params defines the parameters for the module.
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
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
Scheduler defines the operating status of a sequencer.
Sequencer defines a sequencer identified by its' address (sequencerAddress).
SequencerInfo holds information for user query.
SequencersByRollapp defines an map between rollappId to a list of all sequencers that belongs to it.
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.
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.
RollappKeeper defines the expected rollapp keeper used for retrieve rollapp.

# Type aliases

OperatingStatus defines the operating status of a sequencer.