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

    Class TimedUpdatePermission

    TimedUpdatePermission defines the permissions for updating a timeline-based field.

    Ex: If you want to lock the ability to update the collection's metadata for timelineTimes 1/1/2020 - 1/1/2021, you could set the combination (TimelineTimes: [1/1/2020 - 1/1/2021]) to always be forbidden.

    from message maps.TimedUpdatePermission

    Hierarchy

    Index

    Constructors

    Properties

    permanentlyForbiddenTimes: maps.UintRange[] = []

    Specifies the times when this permission is forbidden. Can not overlap with permanentlyPermittedTimes.

    from field: repeated maps.UintRange permanentlyForbiddenTimes = 2;

    permanentlyPermittedTimes: maps.UintRange[] = []

    Specifies the times when this permission is permitted. Can not overlap with permanentlyForbiddenTimes.

    from field: repeated maps.UintRange permanentlyPermittedTimes = 1;

    timelineTimes: maps.UintRange[] = []

    Specifies the times when the timeline-based field is a specific value.

    from field: repeated maps.UintRange timelineTimes = 3;

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

    Methods