package
9.0.0-rc4+incompatible
Repository: https://github.com/archway-network/archway.git
Documentation: pkg.go.dev

# Functions

DefaultGenesisState returns a default genesis state.
DefaultParams returns a default set of parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCallback creates a new Callback instance.
NewCallback creates a new Callback instance.
NewGenesisState creates a new GenesisState object.
NewMsgCancelCallback creates a new MsgCancelCallback instance.
No description provided by the author
NewMsgRequestCallback creates a new MsgRequestCallback instance.
NewParams creates a new Params instance.
No description provided by the author
NewSudoError creates a new sudo error instance to pass on to the errors module.
RegisterInterfaces registers interfaces types with the interface registry.
RegisterLegacyAminoCodec registers the necessary interfaces and concrete types on the provided LegacyAmino codec.
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

# Constants

ERR_CONTRACT_EXECUTION_FAILED is the error code when the contract callback execution fails.
ERR_OUT_OF_GAS is the error code when the contract callback exceeds the gas limit allowed by the module.
ERR_UNKNOWN is the default error code.
ModuleName is the module name.
QuerierRoute is the querier route for the module.
StoreKey is the module KV storage prefix key.

# 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
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

# Structs

Callback defines the callback structure.
CallbackCancelledEvent is emitted when a callback is cancelled.
CallbackExecutedFailedEvent is emitted when a callback execution fails.
CallbackExecutedSuccessEvent is emitted when a callback is executed successfully.
CallbackFeesFeeSplit is the breakdown of all the fees that need to be paid by the contract to reserve a callback.
CallbackMsg is the callback message sent to a contract.
CallbackRegisteredEvent is emitted when a callback is registered.
GenesisState defines the initial state of the callback module.
MsgCancelCallback is the Msg/CancelCallback request type.
MsgCancelCallbackResponse defines the response structure for executing a MsgCancelCallback message.
MsgRequestCallback is the Msg/RequestCallback request type.
MsgRequestCallbackResponse defines the response structure for executing a MsgRequestCallback message.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the module parameters.
QueryCallbacksRequest is the request for Query.Callbacks.
QueryCallbacksResponse is the response for Query.Callbacks.
QueryEstimateCallbackFeesRequest is the request for Query.EstimateCallbackFees.
QueryEstimateCallbackFeesResponse is the response for Query.EstimateCallbackFees.
QueryParamsRequest is the request for Query.Params.
QueryParamsResponse is the response for Query.Params.
SudoMsg callback message sent to a contract.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

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.
No description provided by the author
No description provided by the author

# Type aliases

ModuleErrors defines the module level error codes.