Struct explorer::db::BlockchainConfig
source · pub struct BlockchainConfig {
pub discrimination: Discrimination,
pub consensus_version: ConsensusVersion,
pub fees: LinearFee,
pub epoch_stability_depth: u32,
}
Fields§
§discrimination: Discrimination
Used to construct Address
from AccountIndentifier
when processing transaction
inputs
consensus_version: ConsensusVersion
§fees: LinearFee
§epoch_stability_depth: u32
Implementations§
source§impl BlockchainConfig
impl BlockchainConfig
fn from_config_params(params: &ConfigParams) -> BlockchainConfig
Trait Implementations§
source§impl Clone for BlockchainConfig
impl Clone for BlockchainConfig
source§fn clone(&self) -> BlockchainConfig
fn clone(&self) -> BlockchainConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for BlockchainConfig
impl Send for BlockchainConfig
impl Sync for BlockchainConfig
impl Unpin for BlockchainConfig
impl UnwindSafe for BlockchainConfig
Blanket Implementations§
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
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request