Enum bitcoin_bech32::ScriptPubKeyError
[−]
[src]
pub enum ScriptPubKeyError {
TooShort,
InvalidLengthByte,
}Error types for validating scriptpubkeys
Variants
TooShortscriptpubkeys does not have enough data
InvalidLengthByteThe provided length byte does not match the data
Trait Implementations
impl PartialEq for ScriptPubKeyError[src]
fn eq(&self, __arg_0: &ScriptPubKeyError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.