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

    Class MsgSetIsArchived

    MsgSetIsArchived sets the isArchived and canArchiveCollection permission

    from message badges.MsgSetIsArchived

    Hierarchy

    Index

    Constructors

    Properties

    canArchiveCollection: badges.ActionPermission[] = []

    Permission to archive collection

    from field: repeated badges.ActionPermission canArchiveCollection = 4;

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    isArchived: boolean = false

    New isArchived to set.

    from field: bool isArchived = 3;

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

    Methods