fuel-streams 0.0.28

A library for working with streams of Fuel blockchain data
1
2
3
4
5
#[derive(Debug, thiserror::Error)]
pub enum Error {
    #[error(transparent)]
    Client(#[from] crate::client::error::ClientError),
}