Struct solana_core::rpc::JsonRpcConfig [−][src]
Fields
enable_validator_exit: bool
enable_set_log_filter: bool
enable_rpc_transaction_history: bool
enable_cpi_and_log_storage: bool
identity_pubkey: Pubkey
faucet_addr: Option<SocketAddr>
health_check_slot_distance: u64
enable_bigtable_ledger_storage: bool
enable_bigtable_ledger_upload: bool
max_multiple_accounts: Option<usize>
account_indexes: HashSet<AccountIndex>
rpc_threads: usize
rpc_bigtable_timeout: Option<Duration>
Trait Implementations
impl Clone for JsonRpcConfig
[src][+]
impl Debug for JsonRpcConfig
[src][+]
impl Default for JsonRpcConfig
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for JsonRpcConfig
impl Send for JsonRpcConfig
impl Sync for JsonRpcConfig
impl Unpin for JsonRpcConfig
impl UnwindSafe for JsonRpcConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,