Module devgas

Source

Structs§

EventCancelDevGas
ABCI event emitted when a deployer cancels fee sharing for a contract, specifying the deployer and contract addresses.
EventPayoutDevGas
ABCI event emitted when fee sharing payouts are made, containing details on the payouts in JSON format.
EventRegisterDevGas
ABCI event emitted when a deployer registers a contract to receive fee sharing payouts, specifying the deployer, contract, and withdrawer addresses.
EventUpdateDevGas
ABCI event emitted when a deployer updates the fee sharing registration for a contract, specifying updated deployer, contract, and/or withdrawer addresses.
FeeShare
FeeShare defines an instance that organizes fee distribution conditions for the owner of a given smart contract
GenesisState
GenesisState defines the module’s genesis state.
ModuleParams
ModuleParams defines the params for the devgas module
MsgCancelFeeShare
MsgCancelFeeShare defines a message that cancels a registered FeeShare
MsgCancelFeeShareResponse
MsgCancelFeeShareResponse defines the MsgCancelFeeShare response type
MsgRegisterFeeShare
MsgRegisterFeeShare defines a message that registers a FeeShare
MsgRegisterFeeShareResponse
MsgRegisterFeeShareResponse defines the MsgRegisterFeeShare response type
MsgUpdateFeeShare
MsgUpdateFeeShare defines a message that updates the withdrawer address for a registered FeeShare
MsgUpdateFeeShareResponse
MsgUpdateFeeShareResponse defines the MsgUpdateFeeShare response type
MsgUpdateParams
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
QueryFeeShareRequest
QueryFeeShareRequest is the request type for the Query/FeeShare RPC method.
QueryFeeShareResponse
QueryFeeShareResponse is the response type for the Query/FeeShare RPC method.
QueryFeeSharesByWithdrawerRequest
QueryFeeSharesByWithdrawerRequest is the request type for the Query/FeeSharesByWithdrawer RPC method.
QueryFeeSharesByWithdrawerResponse
QueryFeeSharesByWithdrawerResponse is the response type for the Query/FeeSharesByWithdrawer RPC method.
QueryFeeSharesRequest
QueryFeeSharesRequest is the request type for the Query/FeeShares RPC method.
QueryFeeSharesResponse
QueryFeeSharesResponse is the response type for the Query/FeeShares RPC method.
QueryParamsRequest
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse
QueryParamsResponse is the response type for the Query/Params RPC method.