pub struct TxRow<L2: Layer2Tx = Layer2Empty> {Show 13 fields
pub height: TxStatus<BlockHeight>,
pub operation: OpType,
pub our_inputs: Vec<u32>,
pub counterparties: Vec<(Counterparty, i64)>,
pub own: Vec<(DerivedAddr, i64)>,
pub txid: Txid,
pub fee: Sats,
pub weight: u32,
pub size: u32,
pub total: Sats,
pub amount: Sats,
pub balance: Sats,
pub layer2: L2,
}Fields§
§height: TxStatus<BlockHeight>§operation: OpType§our_inputs: Vec<u32>§counterparties: Vec<(Counterparty, i64)>§own: Vec<(DerivedAddr, i64)>§txid: Txid§fee: Sats§weight: u32§size: u32§total: Sats§amount: Sats§balance: Sats§layer2: L2Trait Implementations§
impl<L2: Eq + Layer2Tx> Eq for TxRow<L2>
impl<L2: Layer2Tx> StructuralPartialEq for TxRow<L2>
Auto Trait Implementations§
impl<L2> Freeze for TxRow<L2>where
L2: Freeze,
impl<L2> RefUnwindSafe for TxRow<L2>where
L2: RefUnwindSafe,
impl<L2> Send for TxRow<L2>where
L2: Send,
impl<L2> Sync for TxRow<L2>where
L2: Sync,
impl<L2> Unpin for TxRow<L2>where
L2: Unpin,
impl<L2> UnwindSafe for TxRow<L2>where
L2: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<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
Compare self to
key and return true if they are equal.