libp2p
    Preparing search index...

    Interface DHTRecord

    interface DHTRecord {
        key: Uint8Array;
        timeReceived?: Date;
        value: Uint8Array;
    }
    Index

    Properties

    timeReceived?: Date
    value: Uint8Array