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

    Interface EdgeFilter

    Which edges edgesMatching selects; every given field must match (by digest).

    interface EdgeFilter {
        isA?: Envelope;
        source?: Envelope;
        target?: Envelope;
        subject?: Envelope;
    }
    Index
    isA?: Envelope

    Only edges whose 'isA' is equivalent to this.

    source?: Envelope

    Only edges whose 'source' is equivalent to this.

    target?: Envelope

    Only edges whose 'target' is equivalent to this.

    subject?: Envelope

    Only edges whose subject is equivalent to this.