Struct fuel_core::fuel_core_graphql_api::Config
source · pub struct Config {
pub addr: SocketAddr,
pub utxo_validation: bool,
pub manual_blocks_enabled: bool,
pub vm_backtrace: bool,
pub min_gas_price: u64,
pub max_tx: usize,
pub max_depth: usize,
pub transaction_parameters: ConsensusParameters,
pub consensus_key: Option<Secret<SecretKeyWrapper>>,
pub honeycomb_enabled: bool,
}
Fields§
§addr: SocketAddr
§utxo_validation: bool
§manual_blocks_enabled: bool
§vm_backtrace: bool
§min_gas_price: u64
§max_tx: usize
§max_depth: usize
§transaction_parameters: ConsensusParameters
§consensus_key: Option<Secret<SecretKeyWrapper>>
§honeycomb_enabled: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more