UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

6 lines 295 B
import type { Peer } from '../../../peer'; import type { IFunctionPrint } from '../plugin'; export declare function executeRemoteFunction(peer: Peer, print: IFunctionPrint, aside: { [key: string]: any; }, executeArgs: any[]): Promise<any>; //# sourceMappingURL=executeRemoteFunction.d.ts.map