fuel-tx 0.66.4

FuelVM transaction.
Documentation
1
2
3
4
5
6
7
use fuel_types::{
    AssetId,
    bytes::WORD_SIZE,
};

/// Size of balance entry, i.e. asset id and associated balance.
pub const BALANCE_ENTRY_SIZE: usize = AssetId::LEN + WORD_SIZE;