# Packages
No description provided by the author
# Functions
BridgeAddress - generate bridge address with bridge id as seed.
DefaultGenesisState gets the raw genesis raw message for testing.
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
NewBridgeAccountWithAddress create new object account with the given address.
No description provided by the author
NewGenesisState creates a new GenesisState instance.
No description provided by the author
NewMsgCreateBridge creates a new MsgCreateBridge instance.
NewMsgDeleteOutput creates a new MsgDeleteOutput instance.
NewMsgFinalizeTokenWithdrawal creates a new MsgFinalizeTokenWithdrawal.
NewMsgInitiateTokenDeposit creates a new MsgInitiateTokenDeposit instance.
NewMsgProposeOutput creates a new MsgProposeOutput instance.
NewMsgRecordBatch creates a new MsgRecordBatch instance.
NewMsgUpdateBatchInfo creates a new MsgUpdateBatchInfo instance.
NewMsgUpdateChallenger creates a new MsgUpdateChallenger instance.
NewMsgUpdateMetadata creates a new MsgUpdateMetadata instance.
NewMsgUpdateOracleConfig creates a new MsgUpdateOracleConfig instance.
NewMsgUpdateParams returns a new MsgUpdateParams instance.
NewMsgUpdateProposer creates a new MsgUpdateProposer instance.
No description provided by the author
No description provided by the author
RegisterInterfaces registers the x/market interfaces types with the interface registry.
RegisterLegacyAminoCodec registers the move types and interface.
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
ValidateGenesis performs basic validation of rollup genesis data returning an error for any failed validation criteria.
# 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
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
The chain type of the celestia chain.
The chain type of the initia chain.
Unspecified chain type.
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
ModuleName is the name of the ophost module.
RouterKey is the msg router key for the ophost 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
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost 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
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost 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
x/ophost module sentinel errors.
x/ophost module sentinel errors.
x/ophost 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
x/ophost module sentinel errors.
Keys for store prefixes.
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
BatchInfo defines the set of batch information.
BatchInfoWithOutput defines the batch information with output.
Bridge defeins a bridge state.
BridgeAccount defines an account for bridge that holds coins without pubkey.
BridgeConfig defines the set of bridge config.
GenesisState defines the rollup module's genesis state.
MsgCreateBridge is a message to register a new bridge with new bridge id.
MsgCreateBridgeResponse returns MsgCreateBridge message result data.
MsgDeleteOutput is a message to delete unfinalized l2 output proposals in [outputIndex, nextOutputIndex) range.
MsgDeleteOutputResponse returns a message handle result.
MsgFinalizeTokenWithdrawal is a message finalizing funds withdrawal from L2.
MsgFinalizeTokenWithdrawalResponse returns a message handle result.
MsgInitiateTokenDeposit is a message to deposit a new token from L1 to L2.
MsgInitiateTokenDepositResponse returns a message handle result.
MsgProposeOutput is a message to submit l2 block proposal.
MsgProposeOutputResponse returns deposit result data.
MsgRecordBatch is no_op message, which is only for tx indexing.
MsgRecordBatchResponse returns MsgRecordBatch message result data.
MsgUpdateBatchInfo is a message to change a batch info.
MsgUpdateBatchInfoResponse returns a message handle result.
MsgUpdateChallenger is a message to change a challenger.
MsgUpdateChallengerResponse returns a message handle result.
MsgUpdateMetadata is a message to change metadata.
MsgUpdateMetadataResponse returns a message handle result.
MsgUpdateOracleFlag is a message to change oracle config.
MsgUpdateOracleFlagResponse returns a message handle result.
MsgUpdateParams is a message to update parameters.
MsgUpdateParamsResponse returns a message handle result.
MsgUpdateProposer is a message to change a proposer.
MsgUpdateProposerResponse returns a message handle result.
Output is a l2 block submitted by proposer.
Params defines the set of ophost parameters.
QueryBatchInfosRequest is request type for Query/BatchInfos RPC method.
QueryBatchInfosResponse is response type for Query/BatchInfos RPC method.
QueryBridgeRequest is request type for Query/Bridge RPC method.
QueryBridgeResponse is response type for the Query/Bridge RPC method.
QueryBridgesRequest is request type for Query/Bridges RPC method.
QueryBridgesResponse is response type for the Query/Bridges RPC method.
QueryClaimedRequest is request type for the Query/Claimed RPC method.
QueryClaimedResponse is response type for the Query/Claimed RPC method.
QueryLastFinalizedOutputRequest is request type for the Query/LastFinalizedOutput RPC method.
QueryLastFinalizedOutputResponse is response type for the Query/LastFinalizedOutput RPC method.
QueryNextL1SequenceRequest is request type for the Query/NextL1Sequence RPC method.
QueryNextL1SequenceResponse is response type for the Query/NextL1Sequence RPC method.
QueryOutputProposalRequest is response type for the Query/OutputProposal RPC method.
QueryOutputProposalResponse is response type for the Query/OutputProposal RPC method.
QueryOutputProposalsRequest is response type for the Query/OutputProposals RPC method.
QueryOutputProposalsResponse is response type for the Query/OutputProposals RPC method.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
QueryTokenPairByL1DenomRequest is response type for the Query/TokenPairByL1Denom RPC method.
QueryTokenPairByL1DenomResponse is response type for the Query/TokenPairByL1Denom RPC method.
QueryTokenPairByL2DenomRequest is response type for the Query/TokenPairByL2Denom RPC method.
QueryTokenPairByL2DenomResponse is response type for the Query/TokenPairByL2Denom RPC method.
QueryTokenPairsRequest is response type for the Query/TokenPairs RPC method.
QueryTokenPairsResponse is response type for the Query/TokenPairs RPC method.
TokenPair defines l1 and l2 token pair.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
WrappedOutput defines a wrapped output containing its index and proposal.
# Interfaces
AccountKeeper defines the expected account keeper (noalias).
BankKeeper defines the expected interface needed to retrieve account balances.
No description provided by the author
No description provided by the author
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.
# Type aliases
ChainType defines the type of chain.
No description provided by the author