fuel-core-client 0.48.0

Tx client and schema specification.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![deny(clippy::arithmetic_side_effects)]
#![deny(clippy::cast_possible_truncation)]
#![deny(unused_crate_dependencies)]
#![deny(warnings)]
pub mod client;
pub mod reqwest_ext;
pub mod schema;
pub mod transport;

/// The GraphQL schema used by the library.
pub const SCHEMA_SDL: &[u8] = include_bytes!("../assets/schema.sdl");