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

    Interface iMsgDeleteIncomingApproval

    interface iMsgDeleteIncomingApproval {
        approvalId: string;
        collectionId: string;
        creator: string;
    }

    Implemented by

    Index

    Properties

    approvalId: string

    The ID of the approval to delete.

    collectionId: string

    The ID of the collection.

    creator: string

    The creator of the transaction.