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

    Interface iMsgSetManager<T>

    interface iMsgSetManager<T extends NumberType> {
        canUpdateManager: iTimedUpdatePermission<T>[];
        collectionId: T;
        creator: string;
        managerTimeline: iManagerTimeline<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canUpdateManager: iTimedUpdatePermission<T>[]

    Permission to update manager timeline.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    managerTimeline: iManagerTimeline<T>[]

    New manager timeline to set.