pub struct BlockchainInfo {
pub latest_height: usize,
pub latest_blockhash: BlockHash,
}
Expand description
Response from getblockchaininfo RPC
Fields§
§latest_height: usize
§latest_blockhash: BlockHash
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockchainInfo
impl RefUnwindSafe for BlockchainInfo
impl Send for BlockchainInfo
impl Sync for BlockchainInfo
impl Unpin for BlockchainInfo
impl UnwindSafe for BlockchainInfo
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