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

    Class CollectionInvariants

    CollectionInvariants defines the invariants that apply to a collection.

    from message badges.CollectionInvariants

    Hierarchy

    Index

    Constructors

    Properties

    maxSupplyPerId: string = ""

    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.

    from field: string maxSupplyPerId = 2;

    noCustomOwnershipTimes: boolean = false

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

    from field: bool noCustomOwnershipTimes = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.CollectionInvariants"

    Methods