XcQueryArgs:
| {
criteria?: {
actions?: string[];
address?: string;
assets?: string[];
destinations?: string[];
networks?: string[];
origins?: string[];
protocols?: ("xcm" | "wormhole_portal")[];
sentAtGte?: number;
sentAtLte?: number;
status?: ("received" | "sent" | "timeout" | "failed")[];
txHash?: string;
usdAmountGte?: number;
usdAmountLte?: number;
};
op: "journeys.list";
}
| { criteria: { id: string }; op: "journeys.by_id" }
| { op: "assets.list" }