1use fuel_core_interfaces::common::fuel_tx::Address; 2 3#[derive(Clone, Debug, Default)] 4pub struct Config { 5 pub utxo_validation: bool, 6 pub coinbase_recipient: Address, 7 pub metrics: bool, 8}