Struct bitcoin::blockdata::transaction::NonStandardSigHashType [−][src]
pub struct NonStandardSigHashType;
This type is consensus valid but an input including it would prevent the transaction from being relayed on today’s Bitcoin network.
Trait Implementations
impl Clone for NonStandardSigHashType
[src]
impl Clone for NonStandardSigHashType
[src]fn clone(&self) -> NonStandardSigHashType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for NonStandardSigHashType
[src]
impl Error for NonStandardSigHashType
[src]impl Hash for NonStandardSigHashType
[src]
impl Hash for NonStandardSigHashType
[src]impl Ord for NonStandardSigHashType
[src]
impl Ord for NonStandardSigHashType
[src]impl PartialOrd<NonStandardSigHashType> for NonStandardSigHashType
[src]
impl PartialOrd<NonStandardSigHashType> for NonStandardSigHashType
[src]fn partial_cmp(&self, other: &NonStandardSigHashType) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool