XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface QuerySendStartedEventData<T>

    interface QuerySendStartedEventData<T extends Module = Module> {
        querySendStarted: { mod: T } & {
            payloads?: Payload[];
            query: UnsignedQueryBoundWitness;
        };
        [key: string
        | number
        | symbol]: EventArgs;
    }

    Type Parameters

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    querySendStarted: { mod: T } & {
        payloads?: Payload[];
        query: UnsignedQueryBoundWitness;
    }