pub struct Network { /* private fields */ }Implementations§
source§impl Network
impl Network
sourcepub fn chain_id(&self) -> &String
pub fn chain_id(&self) -> &String
Chain id used for defining which network you are operating on
sourcepub fn network_variant(&self) -> &NetworkVariant
pub fn network_variant(&self) -> &NetworkVariant
Network variant used to specify whether state file of the network should be tracked in vcs or not
sourcepub fn grpc_endpoint(&self) -> &String
pub fn grpc_endpoint(&self) -> &String
Endpoint for grpc
sourcepub fn rpc_endpoint(&self) -> &String
pub fn rpc_endpoint(&self) -> &String
Endpoint for rpc
Trait Implementations§
source§impl<'de> Deserialize<'de> for Network
impl<'de> Deserialize<'de> for Network
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl GetDataDocs for Network
impl GetDataDocs for Network
fn get_data_docs() -> Vec<DataDoc>
Auto Trait Implementations§
impl RefUnwindSafe for Network
impl Send for Network
impl Sync for Network
impl Unpin for Network
impl UnwindSafe for Network
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§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