1 2 3 4 5 6 7 8
use fuel_core_types::fuel_types::ContractId; #[derive(Clone, Debug, Default)] pub struct Config { pub utxo_validation: bool, pub coinbase_recipient: Option<ContractId>, pub metrics: bool, }