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

    Interface iMsgSetOutgoingApproval<T>

    interface iMsgSetOutgoingApproval<T extends NumberType> {
        approval: iUserOutgoingApproval<T>;
        collectionId: string;
        creator: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    The outgoing approval to set.

    collectionId: string

    The ID of the collection.

    creator: string

    The creator of the transaction.