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

    Interface iMsgSetCustomData<T>

    interface iMsgSetCustomData<T extends NumberType> {
        canUpdateCustomData: iTimedUpdatePermission<T>[];
        collectionId: T;
        creator: string;
        customDataTimeline: iCustomDataTimeline<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canUpdateCustomData: iTimedUpdatePermission<T>[]

    Permission to update custom data timeline.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    customDataTimeline: iCustomDataTimeline<T>[]

    New custom data timeline to set.