pub struct Malleability {
pub dissat: Dissat,
pub safe: bool,
pub non_malleable: bool,
}Expand description
Structure representing the type properties of a fragment which have relevance to malleability analysis
Fields§
§dissat: DissatProperties of dissatisfying inputs
safe: booltrue if satisfactions cannot be created by any 3rd party
who has not yet seen a satisfaction. (Hash preimages and
signature checks are safe; timelocks are not.) Affects
malleability.
non_malleable: boolWhether a non-malleable satisfaction is guaranteed to exist for the fragment
Implementations§
Source§impl Malleability
impl Malleability
Sourcepub fn is_subtype(&self, other: Self) -> bool
pub fn is_subtype(&self, other: Self) -> bool
Check whether the self is a subtype of other argument .
This checks whether the argument other has attributes which are present
in the given Type. This returns true on same arguments
a.is_subtype(a) is true.
Trait Implementations§
Source§impl Clone for Malleability
impl Clone for Malleability
Source§fn clone(&self) -> Malleability
fn clone(&self) -> Malleability
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Malleability
impl Debug for Malleability
Source§impl Hash for Malleability
impl Hash for Malleability
Source§impl Ord for Malleability
impl Ord for Malleability
Source§fn cmp(&self, other: &Malleability) -> Ordering
fn cmp(&self, other: &Malleability) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Malleability
impl PartialEq for Malleability
Source§impl PartialOrd for Malleability
impl PartialOrd for Malleability
Source§impl Property for Malleability
impl Property for Malleability
Source§fn from_false() -> Self
fn from_false() -> Self
Type property of the
False fragmentSource§fn from_pk_k<Ctx: ScriptContext>() -> Self
fn from_pk_k<Ctx: ScriptContext>() -> Self
Type property of the
PkK fragmentSource§fn from_pk_h<Ctx: ScriptContext>() -> Self
fn from_pk_h<Ctx: ScriptContext>() -> Self
Type property of the
PkH fragmentSource§fn from_multi(_: usize, _: usize) -> Self
fn from_multi(_: usize, _: usize) -> Self
Type property of a
Multi fragmentSource§fn from_multi_a(_: usize, _: usize) -> Self
fn from_multi_a(_: usize, _: usize) -> Self
Type property of a
MultiA fragmentSource§fn cast_check(self) -> Result<Self, ErrorKind>
fn cast_check(self) -> Result<Self, ErrorKind>
Cast using the
Check wrapperSource§fn cast_dupif(self) -> Result<Self, ErrorKind>
fn cast_dupif(self) -> Result<Self, ErrorKind>
Cast using the
DupIf wrapperSource§fn cast_verify(self) -> Result<Self, ErrorKind>
fn cast_verify(self) -> Result<Self, ErrorKind>
Cast using the
Verify wrapperSource§fn cast_nonzero(self) -> Result<Self, ErrorKind>
fn cast_nonzero(self) -> Result<Self, ErrorKind>
Cast using the
NonZero wrapperSource§fn cast_zeronotequal(self) -> Result<Self, ErrorKind>
fn cast_zeronotequal(self) -> Result<Self, ErrorKind>
Cast using the
ZeroNotEqual wrapperSource§fn cast_or_i_false(self) -> Result<Self, ErrorKind>
fn cast_or_i_false(self) -> Result<Self, ErrorKind>
Cast by changing
[X] to or_i([X], 0) or or_i(0, [X])Source§fn and_b(left: Self, right: Self) -> Result<Self, ErrorKind>
fn and_b(left: Self, right: Self) -> Result<Self, ErrorKind>
Computes the type of an
AndB fragmentSource§fn and_v(left: Self, right: Self) -> Result<Self, ErrorKind>
fn and_v(left: Self, right: Self) -> Result<Self, ErrorKind>
Computes the type of an
AndV fragmentSource§fn or_b(left: Self, right: Self) -> Result<Self, ErrorKind>
fn or_b(left: Self, right: Self) -> Result<Self, ErrorKind>
Computes the type of an
OrB fragmentSource§fn or_d(left: Self, right: Self) -> Result<Self, ErrorKind>
fn or_d(left: Self, right: Self) -> Result<Self, ErrorKind>
Computes the type of an
OrD fragmentSource§fn or_c(left: Self, right: Self) -> Result<Self, ErrorKind>
fn or_c(left: Self, right: Self) -> Result<Self, ErrorKind>
Computes the type of an
OrC fragmentSource§fn or_i(left: Self, right: Self) -> Result<Self, ErrorKind>
fn or_i(left: Self, right: Self) -> Result<Self, ErrorKind>
Computes the type of an
OrI fragmentSource§fn and_or(a: Self, b: Self, c: Self) -> Result<Self, ErrorKind>
fn and_or(a: Self, b: Self, c: Self) -> Result<Self, ErrorKind>
Computes the type of an
AndOr fragmentSource§fn threshold<S>(k: usize, n: usize, sub_ck: S) -> Result<Self, ErrorKind>
fn threshold<S>(k: usize, n: usize, sub_ck: S) -> Result<Self, ErrorKind>
Computes the type of an
Thresh fragmentSource§fn sanity_checks(&self)
fn sanity_checks(&self)
Any extra sanity checks/assertions that should be applied after
typechecking
Source§fn from_sha256() -> Self
fn from_sha256() -> Self
Type property of a
Sha256 hash. Default implementation simply
passes through to from_hashSource§fn from_hash256() -> Self
fn from_hash256() -> Self
Type property of a
Hash256 hash. Default implementation simply
passes through to from_hashSource§fn from_ripemd160() -> Self
fn from_ripemd160() -> Self
Type property of a
Ripemd160 hash. Default implementation simply
passes through to from_hashSource§fn from_hash160() -> Self
fn from_hash160() -> Self
Type property of a
Hash160 hash. Default implementation simply
passes through to from_hashSource§fn from_after(t: LockTime) -> Self
fn from_after(t: LockTime) -> Self
Type property of an absolute timelock. Default implementation simply
passes through to
from_timeSource§fn from_older(t: Sequence) -> Self
fn from_older(t: Sequence) -> Self
Type property of a relative timelock. Default implementation simply
passes through to
from_timeSource§fn cast_unlikely(self) -> Result<Self, ErrorKind>
fn cast_unlikely(self) -> Result<Self, ErrorKind>
Cast by changing
[X] to or_i([X], 0). Default implementation
simply passes through to cast_or_i_falseSource§fn cast_likely(self) -> Result<Self, ErrorKind>
fn cast_likely(self) -> Result<Self, ErrorKind>
Cast by changing
[X] to or_i(0, [X]). Default implementation
simply passes through to cast_or_i_falseSource§fn and_n(left: Self, right: Self) -> Result<Self, ErrorKind>
fn and_n(left: Self, right: Self) -> Result<Self, ErrorKind>
Computes the type of an
AndN fragmentimpl Copy for Malleability
impl Eq for Malleability
impl StructuralPartialEq for Malleability
Auto Trait Implementations§
impl Freeze for Malleability
impl RefUnwindSafe for Malleability
impl Send for Malleability
impl Sync for Malleability
impl Unpin for Malleability
impl UnwindSafe for Malleability
Blanket Implementations§
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
Mutably borrows from an owned value. Read more