js-libp2p-daemon
Preparing search index...
@libp2p/daemon-protocol
index
DHTRequest
Interface DHTRequest
interface
DHTRequest
{
cid
?:
Uint8Array
<
ArrayBufferLike
>
;
count
?:
number
;
key
?:
Uint8Array
<
ArrayBufferLike
>
;
peer
?:
Uint8Array
<
ArrayBufferLike
>
;
timeout
?:
bigint
;
type
?:
DHTRequest
.
Type
;
value
?:
Uint8Array
<
ArrayBufferLike
>
;
}
Index
Properties
cid?
count?
key?
peer?
timeout?
type?
value?
Properties
Optional
cid
cid
?:
Uint8Array
<
ArrayBufferLike
>
Optional
count
count
?:
number
Optional
key
key
?:
Uint8Array
<
ArrayBufferLike
>
Optional
peer
peer
?:
Uint8Array
<
ArrayBufferLike
>
Optional
timeout
timeout
?:
bigint
Optional
type
type
?:
DHTRequest
.
Type
Optional
value
value
?:
Uint8Array
<
ArrayBufferLike
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cid
count
key
peer
timeout
type
value
js-libp2p-daemon
Loading...