Struct finality_grandpa::Precommit [−][src]
pub struct Precommit<H, N> {
pub target_hash: H,
pub target_number: N,
}Expand description
A precommit for a block and its ancestors.
Fields
target_hash: HThe target block’s hash.
target_number: NThe target block’s number
Implementations
Trait Implementations
Auto Trait Implementations
impl<H, N> RefUnwindSafe for Precommit<H, N> where
H: RefUnwindSafe,
N: RefUnwindSafe,
impl<H, N> UnwindSafe for Precommit<H, N> where
H: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more