Struct ckb_verification::UnknownParentError
source · [−]pub struct UnknownParentError {
pub parent_hash: Byte32,
}
Expand description
Cannot access the parent block to the cannonical chain.
Fields
parent_hash: Byte32
The hash of parent block.
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 UnknownParentError
impl Send for UnknownParentError
impl Sync for UnknownParentError
impl Unpin for UnknownParentError
impl UnwindSafe for UnknownParentError
Blanket Implementations
Mutably borrows from an owned value. Read more