UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

4 lines 222 B
import type { Peer } from '../peer'; import { PeerChunk } from '../../chunk'; export declare function blockStep<Data = any>(peer: Peer, outcomeChunk: PeerChunk<Data>): Promise<void>; //# sourceMappingURL=blockStep.d.ts.map