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

    Interface iMsgSetCustomData<T>

    interface iMsgSetCustomData<T extends NumberType> {
        canUpdateCustomData: iActionPermission<T>[];
        collectionId: T;
        creator: string;
        customData: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canUpdateCustomData: iActionPermission<T>[]

    Permission to update custom data.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    customData: string

    New custom data to set.