Trait clockwork_network::state::RotatorAccount
source · [−]pub trait RotatorAccount {
fn new(&mut self) -> Result<()>;
fn is_valid_entry(
&mut self,
entry: &Account<'_, SnapshotEntry>,
snapshot: &Account<'_, Snapshot>
) -> Result<bool>;
fn hash_nonce(&mut self) -> Result<()>;
}Expand description
RotatorAccount