- Preparing search index...
- The search index is not available
polykey 
 
Function collectNodeContacts
 
- collectNodeContacts(levelPath, tran, options?): AsyncGenerator<[NodeId, NodeContact], void>
- 
Parameters
- 
levelPath: readonly (string | Buffer)[]
- 
tran: DBTransaction
- 
options: { 
 gt?: readonly (string | Buffer)[];
 limit?: number;
 lt?: readonly (string | Buffer)[];
 pathAdjust?: readonly (string | Buffer)[];
 reverse?: boolean;
 } = {}
- 
Optionalgt?: readonly (string | Buffer)[]
- 
Optionallimit?: number
- 
Optionallt?: readonly (string | Buffer)[]
- 
OptionalpathAdjust?: readonly (string | Buffer)[]
- 
Optionalreverse?: boolean