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

    Class MsgSetCollectionApprovals

    MsgSetCollectionApprovals sets the collection approvals and canUpdateCollectionApprovals permission

    from message badges.MsgSetCollectionApprovals

    Hierarchy

    Index

    Constructors

    Properties

    canUpdateCollectionApprovals: badges.CollectionApprovalPermission[] = []

    Permission to update collection approvals

    from field: repeated badges.CollectionApprovalPermission canUpdateCollectionApprovals = 4;

    collectionApprovals: badges.CollectionApproval[] = []

    New collection approvals to set.

    from field: repeated badges.CollectionApproval collectionApprovals = 3;

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

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

    Methods