Struct fuels_code_gen::Abigen
source · pub struct Abigen;
Implementations§
source§impl Abigen
impl Abigen
sourcepub fn generate(targets: Vec<AbigenTarget>, no_std: bool) -> Result<TokenStream>
pub fn generate(targets: Vec<AbigenTarget>, no_std: bool) -> Result<TokenStream>
Generate code which can be used to interact with the underlying contract, script or predicate in a type-safe manner.
Arguments
targets
:AbigenTargets
detailing which ABI to generate bindings for, and of what nature (Contract, Script or Predicate).no_std
: don’t use the Rust std library.