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

    Interface iMsgSetCollectionApprovals<T>

    interface iMsgSetCollectionApprovals<T extends NumberType> {
        canUpdateCollectionApprovals: iCollectionApprovalPermission<T>[];
        collectionApprovals: iCollectionApproval<T>[];
        collectionId: T;
        creator: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canUpdateCollectionApprovals: iCollectionApprovalPermission<T>[]

    Permission to update collection approvals.

    collectionApprovals: iCollectionApproval<T>[]

    New collection approvals to set.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.