ReferenceInterfaces
PathLength
Defined in: packages/protocol/src/path.ts:10
The decoded pathLen byte of the wire format: hash size, hop count and total byte length.
Properties
byteLength
byteLength: number;Defined in: packages/protocol/src/path.ts:13
hashSize
hashSize: 1 | 2 | 3;Defined in: packages/protocol/src/path.ts:11
hopCount
hopCount: number;Defined in: packages/protocol/src/path.ts:12