[−][src]Enum bdk::descriptor::policy::Satisfaction
pub enum Satisfaction { Partial { n: usize, m: usize, items: Vec<usize>, conditions: ConditionMap, }, PartialComplete { n: usize, m: usize, items: Vec<usize>, conditions: FoldedConditionMap, }, Complete { condition: Condition, }, None, }
Represent if and how much a policy item is satisfied by the wallet's descriptor
Variants
Only a partial satisfaction of some kind of threshold policy
Fields of Partial
n: usize
Total number of items
m: usize
Threshold
items: Vec<usize>
The items that can be satisfied by the descriptor
conditions: ConditionMap
Extra conditions that also need to be satisfied
Can reach the threshold of some kind of threshold policy
Fields of PartialComplete
n: usize
Total number of items
m: usize
Threshold
items: Vec<usize>
The items that can be satisfied by the descriptor
conditions: FoldedConditionMap
Extra conditions that also need to be satisfied
Can satisfy the policy item
Fields of Complete
condition: Condition
Extra conditions that also need to be satisfied
Cannot satisfy or contribute to the policy item
Implementations
impl Satisfaction
[src][−]
Trait Implementations
impl Clone for Satisfaction
[src][+]
impl Debug for Satisfaction
[src][+]
impl From<bool> for Satisfaction
[src][+]
impl Serialize for Satisfaction
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Satisfaction
impl Send for Satisfaction
impl Sync for Satisfaction
impl Unpin for Satisfaction
impl UnwindSafe for Satisfaction
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,