package
0.0.0-20240207043159-1e38759f68b0
Repository: https://github.com/joshklop/x-rollup.git
Documentation: pkg.go.dev
# Functions
DefaultGenesis returns a default rollup module genesis state.
DefaultParams returns a default set of parameters.
FromL1BlockInfoResponse converts a QueryL1BlockInfoResponse to derive.L1BlockInfo.
No description provided by the author
NewMsgL1Txs creates a new MsgL1Txs instance.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
only required for legacy Amino codec.
RegisterInterfaces registers the module's interface types Msg types are auto registered by msgservice.
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
ToL1BlockInfoResponse converts a derive.L1BlockInfo to QueryL1BlockInfoResponse.
# 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
No description provided by the author
wrapped Ethers; cannonically bridged from Ethereum.
No description provided by the author
KeyL1BlockInfo is the key for the L1BlockInfo.
No description provided by the author
No description provided by the author
MemStoreKey defines the in-memory store key.
No description provided by the author
ModuleName defines the module name.
QuerierRoute defines the module's query routing key.
RouterKey is the message route for slashing.
StoreKey defines the primary module store key.
bank message types.
# 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
WrapError wraps an Cosmos-SDK error with extra message while keeping the stack trace at where this func is called.
# Structs
GenesisState defines the polyibc module's genesis state.
MsgL1Txs defines a message for all L1 system and user deposit txs.
No description provided by the author
Params defines the parameters for the module.
QueryL1BlockInfoRequest is the request type for the Query/L1BlockInfo RPC.
QueryL1BlockInfoResponse is the stored L1 block info.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
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.