WireRequest
Defined in: src/wire/public.ts:38
A request parsed off the wire by readRequest.
Properties
Section titled “Properties”methodName
Section titled “methodName”methodName: string;Defined in: src/wire/public.ts:40
The dispatched method name (vgi_rpc.method).
params
Section titled “params”params: Record<string, any>;Defined in: src/wire/public.ts:42
The method’s parameters, keyed by field name.
schema
Section titled “schema”schema: VgiSchema;Defined in: src/wire/public.ts:44
The request batch’s schema — the method’s parameter schema.
