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

    Interface iMsgSetIsArchived<T>

    interface iMsgSetIsArchived<T extends NumberType> {
        canArchiveCollection: iActionPermission<T>[];
        collectionId: T;
        creator: string;
        isArchived: boolean;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canArchiveCollection: iActionPermission<T>[]

    Permission to archive collection.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    isArchived: boolean

    New isArchived flag to set.