fuels-types 0.36.1

Serializable type representation for working with the Fuel VM ABI.
Documentation
1
2
3
4
use fuel_tx::Word;

pub const ENUM_DISCRIMINANT_WORD_WIDTH: usize = 1;
pub const WORD_SIZE: usize = core::mem::size_of::<Word>();