MsgSubmitQueryResponse represents a message type to fulfil a query request.
MsgSubmitQueryResponseResponse defines the MsgSubmitQueryResponse response type.
POST /interchainquery/tx/v1beta1/submitquery HTTP/1.1 Host: stride.nownodes.io Content-Type: application/json Accept: */* Content-Length: 168 { "chain_id": "text", "query_id": "text", "result": "Ynl0ZXM=", "proof_ops": { "ops": [ { "type": "text", "key": "Ynl0ZXM=", "data": "Ynl0ZXM=" } ] }, "height": "text", "from_address": "text" }
A successful response.
{}