Struct exonum_configuration::ZEROVOTE []

pub struct ZEROVOTE { /* fields omitted */ }

Specific TxConfigVote with all bytes in message set to 0. It is used as placeholder in database for votes of validators, which didn't cast votes.

Methods from __Deref<Target = TxConfigVote>

Trait Implementations

impl __Deref for ZEROVOTE

The resulting type after dereferencing

The method called to dereference a value

impl LazyStatic for ZEROVOTE