Get desktop application:
View/edit binary Protocol Buffers messages
Generates a proof for the requested payload.
Request message for proof generation containing payload and proof type metadata.
Type of proof being requested, determines payload interpretation
Serialized payload requiring proof generation. The encoding format is type-specific: - TRANSACTION: TransactionInputs encoded. - BATCH: ProposedBatch encoded. - BLOCK: BlockProofRequest encoded.
Response message containing the generated proof.
Serialized proof bytes. - TRANSACTION: Returns an encoded ProvenTransaction. - BATCH: Returns an encoded ProvenBatch. - BLOCK: Returns an encoded BlockProof.
Returns the status of the proxy.
Response message containing the status of the proxy.
The version of the proxy.
The proof type supported by this proxy.
The list of workers managed by this proxy.
Returns the status of the worker.
Response message containing the status of the worker.
The version of the worker.
The proof type supported by this worker.
Enumeration of supported proof types.
Used in: , ,
Proof for a single transaction.
Proof covering a batch of transactions.
Proof for entire block validity.
Status of an individual worker in the proxy.
Used in:
The name of the worker.
The version of the worker.
The health status of the worker.
Health status of a worker.
Used in:
The worker's health status is unknown. This value is used when the proxy is not able to determine the health status of the worker. It is only a temporary state and the proxy will eventually determine the health status of the worker.
The worker is healthy. This value is used when the worker is able to successfully process requests.
The worker is unhealthy. This value is used when the worker is not receiving requests or is not able to successfully process requests.