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

Properties

timeReceived?: Date
value: Uint8Array