Struct bitcoin_scripts::SigScript
source · pub struct SigScript(_);
Expand description
A content of scriptSig
from a transaction input
Trait Implementations§
source§impl From<RedeemScript> for SigScript
impl From<RedeemScript> for SigScript
source§fn from(redeem_script: RedeemScript) -> Self
fn from(redeem_script: RedeemScript) -> Self
Converts to this type from the input type.
source§impl Ord for SigScript
impl Ord for SigScript
source§impl PartialEq<SigScript> for SigScript
impl PartialEq<SigScript> for SigScript
source§impl PartialOrd<SigScript> for SigScript
impl PartialOrd<SigScript> for SigScript
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Wrapper for SigScript
impl Wrapper for SigScript
source§fn from_inner(inner: Self::Inner) -> Self
fn from_inner(inner: Self::Inner) -> Self
Instantiates wrapper type with the inner data
source§fn as_inner(&self) -> &Self::Inner
fn as_inner(&self) -> &Self::Inner
Returns reference to the inner representation for the wrapper type
source§fn as_inner_mut(&mut self) -> &mut Self::Inner
fn as_inner_mut(&mut self) -> &mut Self::Inner
Returns a mutable reference to the inner representation for the wrapper
type
source§fn into_inner(self) -> Self::Inner
fn into_inner(self) -> Self::Inner
Unwraps the wrapper returning the inner type