# Functions
DefaultGenesis returns the default genesis state.
DefaultParams returns a default set of parameters.
GetFailureKey returns the store key to retrieve a Failure from the index fields.
GetFailureKeyPrefix returns the store key for the failures of the specific address.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
No description provided by the author
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
DefaultIndex is the default global index.
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
RouterKey defines the module's message routing key.
StoreKey defines the primary module store key.
No description provided by the author
# 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
x/contractmanager 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
# Structs
Failure message contains information about ACK failures and can be used to replay ACK in case of requirement.
GenesisState defines the contractmanager module's genesis state.
MessageError is passed to a contract's sudo() entrypoint when an interchain transaction was executed with an error.
MessageKVQueryResult is passed to a contract's sudo() entrypoint when a result was submitted for a kv-query.
MessageOnChanOpenAck is passed to a contract's sudo() entrypoint when an interchain account was successfully registered.
MessageResponse is passed to a contract's sudo() entrypoint when an interchain transaction was executed successfully.
MessageTimeout is passed to a contract's sudo() entrypoint when an interchain transaction failed with a timeout.
MessageTxQueryResult is passed to a contract's sudo() entrypoint when a tx was submitted for a transaction query.
No description provided by the author
Params defines the parameters for the module.
No description provided by the author
No description provided by the author
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
WasmKeeper defines the expected interface needed to cam cosmwasm contracts.