Skip to content

UnaryResult

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

A unary response unwrapped by readUnaryResult.

envelopeSchema: VgiSchema;

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

The response envelope schema (a single result field).


resultBytes: Uint8Array;

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

The serialized response object, undecoded.