NDNts

    Interface Signer

    High level signer, such as a named private key.

    interface Signer {
        sign: (pkt: Signer.Signable) => Promise<void>;
    }

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Properties

    Properties

    sign: (pkt: Signer.Signable) => Promise<void>

    Sign a packet.

    MMNEPVFCICPMFPCPTTAAATR