[][src]Struct komodo_rpc_client::Info

pub struct Info {
    pub version: u32,
    pub protocolversion: u32,
    pub kmdversion: String,
    pub notarized: u32,
    pub prev_mom_height: u32,
    pub notarizedhash: String,
    pub notarizedtxid: String,
    pub notarizedtxid_height: String,
    pub notarized_confirms: u32,
    pub walletversion: u32,
    pub balance: f32,
    pub interest: Option<f32>,
    pub blocks: u32,
    pub longestchain: u32,
    pub timeoffset: u32,
    pub tiptime: u32,
    pub connections: u32,
    pub proxy: String,
    pub difficulty: f64,
    pub testnet: bool,
    pub keypoololdest: u32,
    pub keypoolsize: u32,
    pub paytxfee: f32,
    pub relayfee: f32,
    pub errors: String,
    pub name: String,
    pub sapling: u64,
    pub p2pport: u32,
    pub rpcport: u32,
}

Fields

version: u32protocolversion: u32kmdversion: Stringnotarized: u32prev_mom_height: u32notarizedhash: Stringnotarizedtxid: Stringnotarizedtxid_height: Stringnotarized_confirms: u32walletversion: u32balance: f32interest: Option<f32>blocks: u32longestchain: u32timeoffset: u32tiptime: u32connections: u32proxy: Stringdifficulty: f64testnet: boolkeypoololdest: u32keypoolsize: u32paytxfee: f32relayfee: f32errors: Stringname: Stringsapling: u64p2pport: u32rpcport: u32

Trait Implementations

impl Debug for Info[src]

impl<'de> Deserialize<'de> for Info[src]

impl PartialEq<Info> for Info[src]

impl Serialize for Info[src]

impl StructuralPartialEq for Info[src]

Auto Trait Implementations

impl RefUnwindSafe for Info

impl Send for Info

impl Sync for Info

impl Unpin for Info

impl UnwindSafe for Info

Blanket Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> Erased for T

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

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

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.