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

    Class StandardsTimeline

    StandardsTimeline defines the standards used for a collection at different timeline times.

    from message badges.StandardsTimeline

    Hierarchy

    Index

    Constructors

    Properties

    standards: string[] = []

    The standards applied to the collection for a specific timeline element.

    from field: repeated string standards = 1;

    timelineTimes: badges.UintRange[] = []

    The timeline times when the standards are valid. Can not overlap with other timeline elements in same array.

    from field: repeated badges.UintRange timelineTimes = 2;

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

    Methods