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