Struct breez_sdk_liquid::bitcoin::util::psbt::PsbtSighashType
pub struct PsbtSighashType { /* private fields */ }
Expand description
A Signature hash type for the corresponding input. As of taproot upgrade, the signature hash
type can be either EcdsaSighashType
or SchnorrSighashType
but it is not possible to know
directly which signature hash type the user is dealing with. Therefore, the user is responsible
for converting to/from PsbtSighashType
from/to the desired signature hash type they need.
Implementations§
§impl PsbtSighashType
impl PsbtSighashType
pub fn ecdsa_hash_ty(self) -> Result<EcdsaSighashType, NonStandardSighashType>
pub fn ecdsa_hash_ty(self) -> Result<EcdsaSighashType, NonStandardSighashType>
Returns the EcdsaSighashType
if the PsbtSighashType
can be
converted to one.
pub fn schnorr_hash_ty(self) -> Result<SchnorrSighashType, Error>
pub fn schnorr_hash_ty(self) -> Result<SchnorrSighashType, Error>
Returns the SchnorrSighashType
if the PsbtSighashType
can be
converted to one.
pub fn from_u32(n: u32) -> PsbtSighashType
pub fn from_u32(n: u32) -> PsbtSighashType
Creates a PsbtSighashType
from a raw u32
.
Allows construction of a non-standard or non-valid sighash flag
(EcdsaSighashType
, SchnorrSighashType
respectively).
pub fn to_u32(self) -> u32
pub fn to_u32(self) -> u32
Converts PsbtSighashType
to a raw u32
sighash flag.
No guarantees are made as to the standardness or validity of the returned value.
Trait Implementations§
§impl Clone for PsbtSighashType
impl Clone for PsbtSighashType
§fn clone(&self) -> PsbtSighashType
fn clone(&self) -> PsbtSighashType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Debug for PsbtSighashType
impl Debug for PsbtSighashType
§impl Deserialize for PsbtSighashType
impl Deserialize for PsbtSighashType
§fn deserialize(bytes: &[u8]) -> Result<PsbtSighashType, Error>
fn deserialize(bytes: &[u8]) -> Result<PsbtSighashType, Error>
§impl Display for PsbtSighashType
impl Display for PsbtSighashType
§impl From<EcdsaSighashType> for PsbtSighashType
impl From<EcdsaSighashType> for PsbtSighashType
§fn from(ecdsa_hash_ty: EcdsaSighashType) -> PsbtSighashType
fn from(ecdsa_hash_ty: EcdsaSighashType) -> PsbtSighashType
§impl From<SchnorrSighashType> for PsbtSighashType
impl From<SchnorrSighashType> for PsbtSighashType
§fn from(schnorr_hash_ty: SchnorrSighashType) -> PsbtSighashType
fn from(schnorr_hash_ty: SchnorrSighashType) -> PsbtSighashType
§impl FromStr for PsbtSighashType
impl FromStr for PsbtSighashType
§type Err = SighashTypeParseError
type Err = SighashTypeParseError
§fn from_str(
s: &str,
) -> Result<PsbtSighashType, <PsbtSighashType as FromStr>::Err>
fn from_str( s: &str, ) -> Result<PsbtSighashType, <PsbtSighashType as FromStr>::Err>
s
to return a value of this type. Read more§impl Hash for PsbtSighashType
impl Hash for PsbtSighashType
§impl Ord for PsbtSighashType
impl Ord for PsbtSighashType
§impl PartialEq for PsbtSighashType
impl PartialEq for PsbtSighashType
§impl PartialOrd for PsbtSighashType
impl PartialOrd for PsbtSighashType
impl Copy for PsbtSighashType
impl Eq for PsbtSighashType
impl StructuralPartialEq for PsbtSighashType
Auto Trait Implementations§
impl Freeze for PsbtSighashType
impl RefUnwindSafe for PsbtSighashType
impl Send for PsbtSighashType
impl Sync for PsbtSighashType
impl Unpin for PsbtSighashType
impl UnwindSafe for PsbtSighashType
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request