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

    Class MsgSetIsArchived

    MsgSetIsArchived sets the isArchived timeline and canArchiveCollection permission

    from message badges.MsgSetIsArchived

    Hierarchy

    Index

    Constructors

    Properties

    canArchiveCollection: badges.TimedUpdatePermission[] = []

    Permission to archive collection

    from field: repeated badges.TimedUpdatePermission canArchiveCollection = 4;

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    isArchivedTimeline: badges.IsArchivedTimeline[] = []

    New isArchived timeline to set.

    from field: repeated badges.IsArchivedTimeline isArchivedTimeline = 3;

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

    Methods