Struct indy_vdr::pool::PoolRunnerStatus
source · pub struct PoolRunnerStatus {
pub mt_root: String,
pub mt_size: usize,
pub nodes: Vec<String>,
}
Expand description
The current status of a validator pool.
Fields§
§mt_root: String
The root hash of the merkle tree
mt_size: usize
The number of transactions
nodes: Vec<String>
The aliases of the validator nodes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PoolRunnerStatus
impl RefUnwindSafe for PoolRunnerStatus
impl Send for PoolRunnerStatus
impl Sync for PoolRunnerStatus
impl Unpin for PoolRunnerStatus
impl UnwindSafe for PoolRunnerStatus
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