miden-remote-prover-client 0.13.8

Client library for the Miden blockchain remote prover
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Miden remote provers

This crate contains protobuf definition for the Miden remote prover service. It also provides an optional `RemoteTransactionProver`, `RemoteBatchProver` and `RemoteBlockProver` structs, which can be used to interact with a remote prover.

## Features

Description of this crate's features:

| Features      | Description                                                                                                 |
| ------------- | ------------------------------------------------------------------------------------------------------------|
| `std`         | Enable usage of Rust's `std`, use `--no-default-features` for `no-std` support.                             |
| `tx-prover`   | Makes the `RemoteTransactionProver` struct public.                                                          |
| `batch-prover`| Makes the `RemoteBatchProver` struct public.                                                                |
| `block-prover`| Makes the `RemoteBlockProver` struct public.                                                                |

## License

This project is [MIT licensed](../LICENSE).