[−][src]Enum verification::Error
All possible verification errors
Variants
Duplicate
has an equal duplicate in the chain
DuplicatedTransactions
Contains duplicated transactions
Empty
No transactions in block
Pow
Invalid proof-of-work (Block hash does not satisfy nBits)
FuturisticTimestamp
Futuristic timestamp
Timestamp
Invalid timestamp
Coinbase
First transaction is not a coinbase transaction
Transaction(usize, TransactionError)
One of the transactions is invalid (corresponding index and specific transaction error)
Difficulty
nBits do not match difficulty rules
Fields of Difficulty
expected: Compact | |
actual: Compact |
MerkleRoot
Invalid merkle root
CoinbaseOverspend
Coinbase spends too much
Fields of CoinbaseOverspend
expected_max: u64 | |
actual: u64 |
CoinbaseScript
Coinbase has invalid script sig prefix (BIP90 -> BIP34)
MaximumSigops
Maximum sigops operations exceeded - will not provide how much it was in total
since it stops counting once MAX_BLOCK_SIGOPS
is reached
MaximumSigopsCost
Maximum sigops operations cost exceeded
CoinbaseSignatureLength(usize)
Coinbase signature is not in the range 2-100
Size(usize)
Block size is invalid
Weight
Block weight is invalid
NonFinalBlock
Block transactions are not final.
OldVersionBlock
Old version block.
TransactionFeeAndRewardOverflow
Sum of the transaction fees in block + coinbase reward exceeds u64::max
TransactionFeesOverflow
Sum of the transaction fees in block exceeds u64::max
ReferencedInputsSumOverflow
Sum of all referenced outputs in block transactions resulted in the overflow
WitnessInvalidNonceSize
SegWit: bad witess nonce size
WitnessMerkleCommitmentMismatch
SegWit: witness merkle mismatch
UnexpectedWitness
SegWit: unexpected witness
NonCanonicalTransactionOrdering
Non-canonical tranasctions ordering within block
Database(DBError)
Database error
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
[−]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
[−]
impl<T, U> Into for T where
U: From<T>,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
[−]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
[−]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> Borrow for T where
T: ?Sized,
[src]
[−]
impl<T> Borrow for T where
T: ?Sized,
ⓘImportant traits for &'a mut Rfn borrow(&self) -> &T
[src]
[−]
fn borrow(&self) -> &T
Immutably borrows from an owned value. Read more
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
[−]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
[−]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T> BorrowMut for T where
T: ?Sized,
[src]
[−]
impl<T> BorrowMut for T where
T: ?Sized,
ⓘImportant traits for &'a mut Rfn borrow_mut(&mut self) -> &mut T
[src]
[−]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
[−]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
[−]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more
impl<T> Erased for T
impl<T> Erased for T