NDNts
    Preparing search index...

    Interface Signable

    Target packet compatible with low level signing function.

    interface Signable {
        "[OP]": (signer: LLSign) => Promise<void>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    "[OP]": (signer: LLSign) => Promise<void>