Versions in this module Expand all Collapse all v1 v1.7.3 Jan 2, 2023 v1.7.2 Jan 2, 2023 Changes in this version + func QueryRequestByTxQuery(cliCtx client.Context, queryRoute string, requestID tmbytes.HexBytes) (request types.Request, err error) + func QueryRequestContext(cliCtx client.Context, queryRoute string, ...) (requestContext types.RequestContext, err error) + func QueryRequestContextByTxQuery(cliCtx client.Context, queryRoute string, ...) (requestContext types.RequestContext, err error) + func QueryRequestsByBinding(cliCtx client.Context, queryRoute string, serviceName string, ...) ([]types.Request, int64, error) + func QueryRequestsByReqCtx(cliCtx client.Context, queryRoute, reqCtxIDStr, batchCounterStr string) ([]types.Request, int64, error) + func QueryResponseByTxQuery(cliCtx client.Context, queryRoute string, requestID tmbytes.HexBytes) (response types.Response, err error) + type SchemaType string + func (schema *SchemaType) UnmarshalJSON(data []byte) error + func (schema SchemaType) MarshalJSON() ([]byte, error) + func (schema SchemaType) MarshalYAML() (interface{}, error) + func (schema SchemaType) String() string