Type Alias StewardQueryArgs
StewardQueryArgs:
| { criteria: { assets: string[]; network: string }[]; op: "assets" }
| { criteria?: { network: string }; op: "assets.list" }
| {
criteria: { locations: string[]; xcmLocationAnchor: string }[];
op: "assets.by_location";
}
| { criteria: { assetHashes: string[] }; op: "assets.by_hash" }
| { op: "chains.list" }
| { criteria: { networks: string[] }; op: "chains" }
| { criteria: { networks: string[] }; op: "chains.prefix" }