@reclaimprotocol/attestor-core
Version:
<div> <div> <img src="https://raw.githubusercontent.com/reclaimprotocol/.github/main/assets/banners/Attestor-Core.png" /> </div> </div>
5 lines (4 loc) • 316 B
TypeScript
import type { RPCMessage } from '../../proto/api.ts';
import type { IAttestorSocket } from '../../types/index.ts';
export declare function wsMessageHandler(this: IAttestorSocket, data: unknown): Promise<void>;
export declare function handleMessage(this: IAttestorSocket, msg: RPCMessage): Promise<void> | undefined;