Submitquery

SubmitQueryResponse defines a method for submit query responses.

post
Body

MsgSubmitQueryResponse represents a message type to fulfil a query request.

chain_idstringOptional
query_idstringOptional
resultstringOptional
heightstring · int64Optional
from_addressstringOptional
Responses
200
A successful response.
application/json
Responseobject

MsgSubmitQueryResponseResponse defines the MsgSubmitQueryResponse response type.

post
POST /interchainquery/tx/v1beta1/submitquery HTTP/1.1
Host: stride.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 156

{
  "chain_id": "text",
  "query_id": "text",
  "result": "text",
  "proof_ops": {
    "ops": [
      {
        "type": "text",
        "key": "text",
        "data": "text"
      }
    ]
  },
  "height": "text",
  "from_address": "text"
}
{}