# Functions
ContainsQueryPath returns true if the path is present in allowQueries, otherwise false.
DefaultGenesis creates and returns the default interchain query GenesisState.
DefaultParams is the default parameter configuration.
No description provided by the author
No description provided by the author
NewHostGenesisState creates a returns a new GenesisState instance.
NewParams creates a new parameter configuration.
No description provided by the author
ParamKeyTable type declaration for parameters.
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
No description provided by the author
No description provided by the author
# Constants
ICQ Interchain Query events.
ICQ Interchain Query events.
DefaultHostEnabled is the default value for the host param (set to true).
ICQ Interchain Query events.
ModuleName defines the interchain query module name.
PortID is the default port id that the interchain query module binds to.
QuerierRoute is the querier route for interchain query.
RouterKey is the message route for interchain query.
StoreKey is the store key string for interchain query.
Version defines the current version for interchain query.
# 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
KeyAllowQueries is the store key for the AllowQueries Params.
KeyHostEnabled is the store key for HostEnabled Params.
ModuleCdc references the global interchain queries module codec.
PortKey defines the key to store the port ID in store.
# Structs
CosmosQuery contains a list of tendermint ABCI query requests.
CosmosResponse contains a list of tendermint ABCI query responses.
GenesisState defines the interchain query genesis state.
InterchainQueryPacketAck is comprised of an ABCI query response with non-deterministic fields left empty (e.g.
InterchainQueryPacketData is comprised of raw query.
Params defines the set of on-chain interchain query parameters.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
ChannelKeeper defines the expected IBC channel keeper.
ICS4Wrapper defines the expected ICS4Wrapper for middleware.
PortKeeper defines the expected IBC port keeper.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.