Skip to content
solidity
import "solidity-scale-codec/src/Xcm/v5/QueryResponseInfo/QueryResponseInfo.sol";

File-Level Structs

QueryResponseInfo

solidity
struct QueryResponseInfo

Information regarding the composition of a query response.

FieldTypeDescription
destinationLocationThe destination to which the query response message should be sent.
queryIdQueryIdThe `query_id` field of the `QueryResponse` message.
maxWeightWeightThe `max_weight` field of the `QueryResponse` message.

QueryResponseInfo

Kind: source