@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Interface AttachmentFilter

    Which attachments attachments and expectAttachment select.

    interface AttachmentFilter {
        vendor?: string;
        conformsTo?: string;
    }
    Index
    vendor?: string

    Only attachments from this vendor.

    conformsTo?: string

    Only attachments whose conformsTo equals this.