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

    Interface iChallengeInfoDetails<T>

    interface iChallengeInfoDetails<T extends NumberType> {
        challengeDetails: iChallengeDetails<T>;
        claim?: iClaimDetails<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    challengeDetails: iChallengeDetails<T>

    The challenge details of the claim / approval

    claim?: iClaimDetails<T>