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

    Class MustOwnTokens<T>

    MustOwnToken is used to represent a must own token for an approval.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    amountRange: UintRange<T>

    The min/max acceptable amount of tokens that must be owned (can be any values, including 0-0).

    collectionId: string

    The collection IDs to own.

    mustSatisfyForAllAssets: boolean

    Whether or not the user must own all the specified tokens. If false, we will accept if they meet criteria for at least one token.

    overrideWithCurrentTime: boolean

    Whether or not to override the ownershipTimes with the current time.

    ownershipCheckParty?: string

    The party to check ownership for. Options are "initiator", "sender", or "recipient". Defaults to "initiator" if empty.

    ownershipTimes: UintRangeArray<T>

    The range of the times that the tokens must be owned.

    tokenIds: UintRangeArray<T>

    The range of the token IDs that must be owned.

    Methods