Struct ckb_verification::InvalidParentError
source · [−]pub struct InvalidParentError {
pub parent_hash: Byte32,
}
Expand description
The block’s parent is marked as invalid.
Fields
parent_hash: Byte32
The parent block hash.
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InvalidParentError
impl Send for InvalidParentError
impl Sync for InvalidParentError
impl Unpin for InvalidParentError
impl UnwindSafe for InvalidParentError
Blanket Implementations
Mutably borrows from an owned value. Read more