Enum bitcoin::util::merkleblock::MerkleBlockError [−][src]
pub enum MerkleBlockError { MerkleRootMismatch, NoTransactions, TooManyTransactions, BadFormat(String), }
An error when verifying the merkle block
Variants
When header merkle root don’t match to the root calculated from the partial merkle tree
When partial merkle tree contains no transactions
When there are too many transactions
BadFormat(String)
General format error
Trait Implementations
impl Clone for MerkleBlockError
[src]
impl Clone for MerkleBlockError
[src]fn clone(&self) -> MerkleBlockError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<MerkleBlockError> for MerkleBlockError
[src]
impl PartialEq<MerkleBlockError> for MerkleBlockError
[src]