NDNts
    Preparing search index...

    Interface EncodableObj

    An object that knows how to prepend itself to an Encoder.

    interface EncodableObj {
        encodeTo: (encoder: Encoder) => void;
    }

    Implemented by

    Index

    Properties

    Properties

    encodeTo: (encoder: Encoder) => void