bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iChallengeTrackerIdDetails<T>

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

    Type Parameters

    Implemented by

    Index

    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: string

    The collection ID