Interface iChallengeTrackerIdDetails<T>

interface iChallengeTrackerIdDetails<T> {
    approvalId: string;
    approvalLevel: "" | "collection" | "incoming" | "outgoing";
    approverAddress: string;
    challengeTrackerId: string;
    collectionId: T;
}

Type Parameters

Implemented by

Properties

approvalId: string

The approval ID

approvalLevel: "" | "collection" | "incoming" | "outgoing"

The challenge level (i.e. "collection", "incoming", "outgoing")

approverAddress: string

The approver address (leave blank if approvalLevel = "collection")

challengeTrackerId: string

The challenge ID

collectionId: T

The collection ID