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

    Class MapUpdateCriteria

    from message maps.MapUpdateCriteria

    Hierarchy

    Index

    Constructors

    Properties

    collectionId: string = ""

    ID slots are only updatable by token ID owner of this collection (>1 balance at current time)

    from field: string collectionId = 2;

    creatorOnly: boolean = false

    Keys are address based and can only be updated by that respective address

    from field: bool creatorOnly = 3;

    firstComeFirstServe: boolean = false

    Claim slots. Can unclaim by setting to blank. Uses lastSetBy.

    from field: bool firstComeFirstServe = 4;

    managerOnly: boolean = false

    All ID slots are only updatable by manager

    from field: bool managerOnly = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "maps.MapUpdateCriteria"

    Methods