solidity
import "solidity-scale-codec/src/Xcm/v5/QueryResponseInfo/QueryResponseInfo.sol";File-Level Structs
QueryResponseInfo
solidity
struct QueryResponseInfoInformation regarding the composition of a query response.
| Field | Type | Description |
|---|---|---|
destination | Location | The destination to which the query response message should be sent. |
queryId | QueryId | The `query_id` field of the `QueryResponse` message. |
maxWeight | Weight | The `max_weight` field of the `QueryResponse` message. |
QueryResponseInfo
Kind: source