from message maps.MapUpdateCriteria

Hierarchy

Constructors

Properties

collectionId: string = ""

ID slots are only updatable by badge 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" = "maps.MapUpdateCriteria"

Methods