Type Alias darkfi::validator::ValidatorPtr

source ·
pub type ValidatorPtr = Arc<Validator>;
Expand description

Atomic pointer to validator.

Aliased Type§

struct ValidatorPtr { /* private fields */ }