Skip to content

WireRequest

Defined in: src/wire/public.ts:38

A request parsed off the wire by readRequest.

methodName: string;

Defined in: src/wire/public.ts:40

The dispatched method name (vgi_rpc.method).


params: Record<string, any>;

Defined in: src/wire/public.ts:42

The method’s parameters, keyed by field name.


schema: VgiSchema;

Defined in: src/wire/public.ts:44

The request batch’s schema — the method’s parameter schema.