# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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
The message did not execute msg operation (because, for example, deposit had already been finalized).
The message was executed successfully.
Default zero value enumeration.
# 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
Msg_ServiceDesc is the grpc.ServiceDesc for Msg service.
Query_ServiceDesc is the grpc.ServiceDesc for Query service.
Enum value maps for ResponseResultType.
Enum value maps for ResponseResultType.
# Structs
BridgeInfo defines the information of the bridge.
CoinsWrapper defines the set of coins.
No description provided by the author
GenesisState defines the rollup module's genesis state.
LastValidatorPower required for validator set update logic.
MsgAddValidator defines a SDK message for adding a new validator.
MsgAddValidatorResponse returns add result data.
MsgExecuteMessages is a message to execute the given authority messages with validator permission.
MsgExecuteMessagesResponse returns MsgExecuteMessages message result data.
MsgFinalizeTokenDeposit is a message to submit deposit funds from upper layer.
MsgFinalizeTokenDepositResponse returns deposit result data.
MsgInitiateTokenWithdrawal is a message to withdraw a new token from L2 to L1.
MsgInitiateTokenWithdrawalResponse returns create token result data.
MsgAddValidator is a message to remove a validator from designated list.
MsgAddValidatorResponse returns remove result data.
MsgSetBridgeInfo is a message to set the registered bridge information.
MsgSetBridgeInfoResponse returns set bridge info result data.
MsgSpendFeePool is a message to withdraw collected fees from the module account to the recipient address.
MsgSpendFeePoolResponse returns deposit result data.
MsgUpdateOracle is a message to update oracle prices which contains L1 extended commits for oracle.
MsgUpdateOracleResponse returns oracle update result data.
MsgUpdateParams is a message to update parameters.
MsgUpdateParamsResponse returns parameter update result data.
Params defines the set of opchild parameters.
QueryBaseDenomRequest is request type for the Query/BaseDenom RPC method.
QueryBaseDenomResponse is response type for the Query/BaseDenom RPC method.
QueryBridgeInfoRequest is request type for the Query/BridgeInfo RPC method.
QueryBridgeInfoResponse is response type for the Query/BridgeInfo RPC method.
QueryNextL1SequenceRequest is request type for the Query/NextL1Sequence RPC method.
QueryNextL1SequenceResponse is response type for the Query/NextL1Sequence RPC method.
QueryNextL2SequenceRequest is request type for the Query/NextL2Sequence RPC method.
QueryNextL2SequenceResponse is response type for the Query/NextL2Sequence RPC method.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
QueryValidatorRequest is response type for the Query/Validator RPC method.
QueryValidatorResponse is response type for the Query/Validator RPC method.
QueryValidatorsRequest is request type for Query/Validators RPC method.
QueryValidatorsResponse is response type for the Query/Validators RPC method.
UnimplementedMsgServer must be embedded to have forward compatible implementations.
UnimplementedQueryServer must be embedded to have forward compatible implementations.
Validator defines a validator, together with the total amount of the Validator's bond shares and their exchange rate to coins.
ValidatorUpdates defines an array of abci.ValidatorUpdate objects.
# 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.
UnsafeMsgServer may be embedded to opt out of forward compatibility for this service.
UnsafeQueryServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
ResponseResultType defines the possible outcomes of the execution of a message.