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

    Interface iMsgSetValidTokenIds<T>

    interface iMsgSetValidTokenIds<T extends NumberType> {
        canUpdateValidTokenIds: iTokenIdsActionPermission<T>[];
        collectionId: T;
        creator: string;
        validTokenIds: iUintRange<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canUpdateValidTokenIds: iTokenIdsActionPermission<T>[]

    Permission to update valid token IDs.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    validTokenIds: iUintRange<T>[]

    New token IDs to add to this collection.