Enum solana_entry::entry::VerifyAction
source · enum VerifyAction {
Mixin(Hash),
Tick,
None,
}
Expand description
Last action required to verify an entry
Variants§
Mixin(Hash)
Mixin a hash before computing the last hash for a transaction entry
Tick
Compute one last hash for a tick entry
None
No action needed (tick entry with no hashes)
Auto Trait Implementations§
impl RefUnwindSafe for VerifyAction
impl Send for VerifyAction
impl Sync for VerifyAction
impl Unpin for VerifyAction
impl UnwindSafe for VerifyAction
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