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>();