forc-client 0.71.3

A `forc` plugin for interacting with a Fuel node.
1
2
3
4
5
6
7
8
9
pub mod call;
pub mod deploy;
pub mod run;
pub mod submit;

pub use call::Command as Call;
pub use deploy::Command as Deploy;
pub use run::Command as Run;
pub use submit::Command as Submit;