Struct bitcoin_rest::ChainInfo [−][src]
pub struct ChainInfo { pub chain: String, pub blocks: u32, pub headers: u32, pub bestblockhash: String, pub difficulty: f64, pub mediantime: u32, pub verificationprogress: f64, pub chainwork: String, pub pruned: bool, pub pruneheight: u32, pub warnings: String, }
Fields
chain: String
blocks: u32
headers: u32
bestblockhash: String
difficulty: f64
mediantime: u32
verificationprogress: f64
chainwork: String
pruned: bool
pruneheight: u32
warnings: String
Trait Implementations
impl<'de> Deserialize<'de> for ChainInfo
[src]
impl<'de> Deserialize<'de> for ChainInfo
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for ChainInfo
impl Send for ChainInfo
impl Sync for ChainInfo
impl Unpin for ChainInfo
impl UnwindSafe for ChainInfo
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,