package
3.1.0-rc2+incompatible
Repository: https://github.com/furychain/furya.git
Documentation: pkg.go.dev

# Functions

BlockHeightToFinalizationQueueKey returns the store key to retrieve a BlockHeightToFinalizationQueue from the index fields.
DefaultGenesis returns the default Capability genesis state.
DefaultParams returns a default set of parameters.
No description provided by the author
LatestFinalizedStateIndexKey returns the store key to retrieve a LatestFinalizedStateIndex from the index fields.
LatestStateInfoIndexKey returns the store key to retrieve a LatestStateInfoIndex from the index fields.
No description provided by the author
No description provided by the author
No description provided by the author
Creates hooks for the Rollapp Module.
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
RollappKey returns the store key to retrieve a Rollapp from the index fields.
StateInfoKey returns the store key to retrieve a StateInfo from the index fields.

# Constants

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
BlockHeightToFinalizationQueueKeyPrefix is the prefix to retrieve all BlockHeightToFinalizationQueue.
DefaultIndex is the default capability global index.
No description provided by the author
No description provided by the author
LatestFinalizedStateIndexKeyPrefix is the prefix to retrieve all LatestFinalizedStateIndex.
LatestStateInfoIndexKeyPrefix is the prefix to retrieve all LatestStateInfoIndex.
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
QuerierRoute defines the module's query routing key.
RollappKeyPrefix is the prefix to retrieve all Rollapp.
RouterKey is the message route for slashing.
STATE_STATUS_FINALIZED defines a rollapp state where the the "Dispute Period" has ended and this state is considered final.
STATE_STATUS_RECEIVED defines a rollapp state where the state update transaction was published on dYmension chain.
zero-value for status ordering.
StateInfoKeyPrefix is the prefix to retrieve all StateInfo.
StoreKey defines the primary module store key.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
default value.
x/rollapp 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
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp 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
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp 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
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
x/rollapp module sentinel errors.
DeployerWhitelist is store's key for DeployerWhitelist Params.
KeyDisputePeriodInBlocks is store's key for DisputePeriodInBlocks Params.
MinDisputePeriodInBlocks is the minimum numner of blocks for dispute period.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BlockDescriptor defines a single rollapp chain block description.
BlockDescriptors defines list of BlockDescriptor.
BlockHeightToFinalizationQueue defines a map from block height to list of states to finalized.
No description provided by the author
GenesisState defines the rollapp module's genesis state.
===================== MsgCreateRollapp.
No description provided by the author
===================== MsgUpdateState Updating a rollapp state with a block batch a block batch is a list of ordered blocks (by height).
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
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.
Rollapp defines a rollapp object.
StateInfo defines a rollapps' state.
StateInfoIndex is the data used for indexing and retrieving a StateInfo it updated and saved with every UpdateState in StateInfo.
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.
RollappHooks event hooks for rollapp object (noalias).

# Type aliases

combine multiple rollapp hooks, all hook functions are run in array sequence.
No description provided by the author