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.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”certificate
Section titled “certificate”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
Section titled “rawCertificate”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.