MsgSubmitQueryResponse represents a message type to fulfil a query request.
A successful response.
MsgSubmitQueryResponseResponse defines the MsgSubmitQueryResponse response type.
const response = await fetch('https://stride.nownodes.io/interchainquery/tx/v1beta1/submitquery', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "code": 0, "message": "text", "details": [ { "@type": "text" } ] }