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

    Interface iMsgSetIsArchived<T>

    interface iMsgSetIsArchived<T extends NumberType> {
        canArchiveCollection: iTimedUpdatePermission<T>[];
        collectionId: T;
        creator: string;
        isArchivedTimeline: iIsArchivedTimeline<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canArchiveCollection: iTimedUpdatePermission<T>[]

    Permission to archive collection.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    isArchivedTimeline: iIsArchivedTimeline<T>[]

    New isArchived timeline to set.