Struct komodo_rpc_client::Info

source ·
pub struct Info {
Show 26 fields 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: 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,
}

Fields§

§version: u32§protocolversion: u32§kmdversion: String§notarized: u32§prev_mom_height: u32§notarizedhash: String§notarizedtxid: String§notarizedtxid_height: String§notarized_confirms: u32§walletversion: u32§balance: f32§interest: f32§blocks: u32§longestchain: u32§timeoffset: u32§tiptime: u32§connections: u32§proxy: String§difficulty: f64§testnet: bool§keypoololdest: u32§keypoolsize: u32§paytxfee: f32§relayfee: f32§errors: String§name: String

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.