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

    Interface iMsgSetIncomingApproval<T>

    interface iMsgSetIncomingApproval<T extends NumberType> {
        approval: iUserIncomingApproval<T>;
        collectionId: string;
        creator: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    The incoming approval to set.

    collectionId: string

    The ID of the collection.

    creator: string

    The creator of the transaction.