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