Skip to content

PollForResponseResult

Defined in: packages/core/src/agent/polling/types.ts:21

The result of polling for a response, including the certificate, reply bytes, and raw certificate bytes.

certificate: Certificate

Defined in: packages/core/src/agent/polling/types.ts:23

The certificate for the request, which can be used to verify the reply.


rawCertificate: Uint8Array

Defined in: packages/core/src/agent/polling/types.ts:27

The raw certificate bytes for the request.


reply: Uint8Array

Defined in: packages/core/src/agent/polling/types.ts:25

The reply bytes for the request.