Expand description
§Fuel Rust SDK.
§Quickstart: prelude
A prelude is provided which imports all the important data types and traits for you. Use this when you want to quickly bootstrap a new project.
use fuels::prelude::*;
Examples on how you can use the types imported by the prelude can be found in the test suite