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

    Interface iMsgSetStandards<T>

    interface iMsgSetStandards<T extends NumberType> {
        canUpdateStandards: iTimedUpdatePermission<T>[];
        collectionId: T;
        creator: string;
        standardsTimeline: iStandardsTimeline<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canUpdateStandards: iTimedUpdatePermission<T>[]

    Permission to update standards timeline.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    standardsTimeline: iStandardsTimeline<T>[]

    New standards timeline to set.