package
4.2.4
Repository: https://github.com/neutron-org/neutron.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

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

No description provided by the author
AttributeKeySudoError indicates an attribute containing detailed Sudo call error.
AttributeKeySudoFailureID indicates attribute containing ID of the failure related to an error Sudo call.
No description provided by the author
DefaultIndex is the default global index.
No description provided by the author
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
x/contractmanager module sentinel errors.
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
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
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
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.
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.
MessageSudoCallback is passed to a contract's sudo() entrypoint when an interchain transaction ended up with Success/Error or timed out.
MessageTxQueryResult is passed to a contract's sudo() entrypoint when a tx was submitted for a transaction query.
MsgUpdateParams is the MsgUpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
No description provided by the author
Params defines the parameters for the module.
QueryFailuresRequest is request type for the Query/Failures RPC method.
QueryFailuresResponse is response type for the Query/Failures RPC method.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
No description provided by the author
No description provided by the author
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
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.
WasmKeeper defines the expected interface needed to cam cosmwasm contracts.