@sodazone/ocelloids-client - v3.1.1
    Preparing search index...
    type XcServerSentEventArgs = {
        actions?: string | string[];
        address?: string;
        assets?: string | string[];
        destinations?: string | string[];
        id?: string;
        networks?: string | string[];
        origins?: string | string[];
        protocols?: "xcm" | "wormhole_portal" | ("xcm" | "wormhole_portal")[];
        sentAtGte?: number;
        sentAtLte?: number;
        status?:
            | "received"
            | "sent"
            | "timeout"
            | "failed"
            | ("received" | "sent" | "timeout" | "failed")[];
        txHash?: string;
        usdAmountGte?: number;
        usdAmountLte?: number;
    }
    Index

    Properties

    actions?: string | string[]
    address?: string
    assets?: string | string[]
    destinations?: string | string[]
    id?: string
    networks?: string | string[]
    origins?: string | string[]
    protocols?: "xcm" | "wormhole_portal" | ("xcm" | "wormhole_portal")[]
    sentAtGte?: number
    sentAtLte?: number
    status?:
        | "received"
        | "sent"
        | "timeout"
        | "failed"
        | ("received" | "sent" | "timeout" | "failed")[]
    txHash?: string
    usdAmountGte?: number
    usdAmountLte?: number