Trait fuels_types::traits::Parameterize
source · pub trait Parameterize {
// Required method
fn param_type() -> ParamType;
}
Expand description
abigen
requires Parameterized
to construct nested types. It is also used by try_from_bytes
to facilitate the instantiation of custom types from bytes.