ReferenceInterfaces
Path
Defined in: packages/protocol/src/path.ts:4
A route through the mesh: the hash size used and one hash per hop.
Properties
hashSize
hashSize: 1 | 2 | 3;Defined in: packages/protocol/src/path.ts:5
hops
hops: Uint8Array<ArrayBufferLike>[];Defined in: packages/protocol/src/path.ts:6