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

    Interface iGetCollectionAmountTrackerByIdSuccessResponse<T>

    interface iGetCollectionAmountTrackerByIdSuccessResponse<T extends NumberType> {
        amountTracker: iApprovalTrackerDoc<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    amountTracker: iApprovalTrackerDoc<T>