NDNts
    Preparing search index...

    Interface Verifiable

    Target packet compatible with low level verification function.

    interface Verifiable {
        "[OP]": (verifier: LLVerify) => Promise<void>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    "[OP]": (verifier: LLVerify) => Promise<void>