Struct solana_core::rpc::JsonRpcConfig[][src]

pub struct JsonRpcConfig {
    pub enable_rpc_transaction_history: bool,
    pub enable_cpi_and_log_storage: bool,
    pub identity_pubkey: Pubkey,
    pub faucet_addr: Option<SocketAddr>,
    pub health_check_slot_distance: u64,
    pub enable_bigtable_ledger_storage: bool,
    pub enable_bigtable_ledger_upload: bool,
    pub max_multiple_accounts: Option<usize>,
    pub account_indexes: HashSet<AccountIndex>,
    pub rpc_threads: usize,
    pub rpc_bigtable_timeout: Option<Duration>,
    pub minimal_api: bool,
}

Fields

enable_rpc_transaction_history: boolenable_cpi_and_log_storage: boolidentity_pubkey: Pubkeyfaucet_addr: Option<SocketAddr>health_check_slot_distance: u64enable_bigtable_ledger_storage: boolenable_bigtable_ledger_upload: boolmax_multiple_accounts: Option<usize>account_indexes: HashSet<AccountIndex>rpc_threads: usizerpc_bigtable_timeout: Option<Duration>minimal_api: bool

Trait Implementations

impl Clone for JsonRpcConfig[src]

impl Debug for JsonRpcConfig[src]

impl Default for JsonRpcConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> AbiExample for T[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]