NDNts

    Interface Signable

    Target packet compatible with high level signer.

    interface Signable {
        "[OP]": (signer: LLSign) => Promise<void>;
        name: Name;
        sigInfo?: SigInfo;
        sigValue: Uint8Array;
    }

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Properties

    "[OP]": (signer: LLSign) => Promise<void>
    name: Name
    sigInfo?: SigInfo
    sigValue: Uint8Array
    MMNEPVFCICPMFPCPTTAAATR