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

    Class MsgSetStandards

    MsgSetStandards sets the standards timeline and canUpdateStandards permission

    from message badges.MsgSetStandards

    Hierarchy

    Index

    Constructors

    Properties

    canUpdateStandards: badges.TimedUpdatePermission[] = []

    Permission to update standards timeline

    from field: repeated badges.TimedUpdatePermission canUpdateStandards = 4;

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    standardsTimeline: badges.StandardsTimeline[] = []

    New standards timeline to set.

    from field: repeated badges.StandardsTimeline standardsTimeline = 3;

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

    Methods