Enum bdk_wallet::Utxo
source · pub enum Utxo {
Local(LocalOutput),
Foreign {
outpoint: OutPoint,
sequence: Sequence,
psbt_input: Box<Input>,
},
}
Expand description
An unspent transaction output (UTXO).
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Utxo
impl PartialEq for Utxo
impl Eq for Utxo
impl StructuralPartialEq for Utxo
Auto Trait Implementations§
impl Freeze for Utxo
impl RefUnwindSafe for Utxo
impl Send for Utxo
impl Sync for Utxo
impl Unpin for Utxo
impl UnwindSafe for Utxo
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
§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
Checks if this value is equivalent to the given key. Read more