NDNts
    Preparing search index...

    Interface Attributes

    interface Attributes {
        describe?: string;
        local?: boolean;
        multicast?: boolean;
        [k: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: unknown
    Index

    Properties

    describe?: string

    Textual description.

    Automatically generated from constructor name.

    local?: boolean

    Whether the transport connects to a destination on the local machine.

    false

    multicast?: boolean

    Whether the transport can possibly talk to multiple peers.

    false