NDNts
    Preparing search index...

    DataStore interface, find method.

    interface Find {
        find: (interest: Interest) => Promise<undefined | Data>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    find: (interest: Interest) => Promise<undefined | Data>

    Find Data that satisfies Interest.