Module network

Module network 

Source
Expand description

§SP1 Network

A library for interacting with the SP1 prover over the network.

Re-exports§

pub use crate::network::client::NetworkClient;
pub use crate::network::proto::types::FulfillmentStrategy;
pub use utils::get_default_cycle_limit_for_mode;
pub use utils::get_default_rpc_url_for_mode;
pub use utils::get_explorer_url_for_mode;

Modules§

builder
Network Prover Builder
client
Network Client
proto
prove
Network Prove
prover
Network Prover
signer
Network Signer
tee
TEE Integrity Proofs.
utils
Network Utils
validation
Network Validation

Structs§

Address
An Ethereum address, 20 bytes in length.

Enums§

Error
An error that can occur when interacting with the prover network.
NetworkMode
The network mode to use for the prover client.

Type Aliases§

B256
32-byte fixed byte-array type.