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

    Interface ReportEndEventData<T>

    interface ReportEndEventData<T extends Module = Module> {
        reportEnd: { mod: T } & {
            boundwitness?: BoundWitness;
            inPayloads?: Payload[];
            outPayloads?: Payload[];
        };
        [key: string
        | number
        | symbol]: EventArgs;
    }

    Type Parameters

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    reportEnd: { mod: T } & {
        boundwitness?: BoundWitness;
        inPayloads?: Payload[];
        outPayloads?: Payload[];
    }