Enum ckb_verification::CommitError [−][src]
pub enum CommitError {
AncestorNotFound,
Invalid,
}Expand description
Errors due to the fact that the 2pc rule is not respected.
See also Two-Step Transaction Confirmation
Variants
AncestorNotFound
There are blocks required at 2pc verification but not found.
Invalid
There are block transactions that have not been proposed in the proposal window.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CommitError
impl Send for CommitError
impl Sync for CommitError
impl Unpin for CommitError
impl UnwindSafe for CommitError
Blanket Implementations
Mutably borrows from an owned value. Read more