[go: up one dir, main page]

Documentation

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.

# #[allow(unused)]
use fuels::prelude::*;
use fuels_abigen_macro::abigen;

Note that fuels_abigen_macro isn't included in the fuels crate because it is a proc_macro package.

Examples on how you can use the types imported by the prelude can be found in the main test suite