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

    Interface iCollectionInvariants<T>

    CollectionInvariants defines the invariants that apply to a collection. These are set upon genesis and cannot be modified.

    interface iCollectionInvariants<T extends NumberType> {
        maxSupplyPerId: T;
        noCustomOwnershipTimes: boolean;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    maxSupplyPerId: T

    Maximum supply per token ID. If set, no balance can exceed this amount. This prevents any single token ID from having more than the specified supply.

    noCustomOwnershipTimes: boolean

    If true, all ownership times must be full ranges [{ start: 1, end: GoMaxUInt64 }]. This prevents time-based restrictions on token ownership.