UnaryResult
Defined in: src/wire/public.ts:153
A unary response unwrapped by readUnaryResult.
Properties
Section titled “Properties”envelopeSchema
Section titled “envelopeSchema”envelopeSchema: VgiSchema;Defined in: src/wire/public.ts:155
The response envelope schema (a single result field).
resultBytes
Section titled “resultBytes”resultBytes: Uint8Array;Defined in: src/wire/public.ts:157
The serialized response object, undecoded.
