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

    Interface iMsgSetStandards<T>

    interface iMsgSetStandards<T extends NumberType> {
        canUpdateStandards: iActionPermission<T>[];
        collectionId: T;
        creator: string;
        standards: string[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    canUpdateStandards: iActionPermission<T>[]

    Permission to update standards.

    collectionId: T

    The ID of the collection.

    creator: string

    The creator of the transaction.

    standards: string[]

    New standards to set.