Enum bitcoin::blockdata::block::Bip34Error [−][src]
Expand description
An error when looking up a BIP34 block height.
Variants
Unsupported
The block does not support BIP34 yet.
NotPresent
No push was present where the BIP34 push was expected.
UnexpectedPush(Vec<u8>)
The BIP34 push was larger than 8 bytes.
Trait Implementations
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 Bip34Error
impl Send for Bip34Error
impl Sync for Bip34Error
impl Unpin for Bip34Error
impl UnwindSafe for Bip34Error
Blanket Implementations
Mutably borrows from an owned value. Read more