pub struct CommitmentTransaction {
pub txid: Txid,
pub spent_vtxos: Vec<VirtualTxOutPoint>,
pub unspent_vtxos: Vec<VirtualTxOutPoint>,
}Fields§
§txid: Txid§spent_vtxos: Vec<VirtualTxOutPoint>§unspent_vtxos: Vec<VirtualTxOutPoint>Auto Trait Implementations§
impl Freeze for CommitmentTransaction
impl RefUnwindSafe for CommitmentTransaction
impl Send for CommitmentTransaction
impl Sync for CommitmentTransaction
impl Unpin for CommitmentTransaction
impl UnsafeUnpin for CommitmentTransaction
impl UnwindSafe for CommitmentTransaction
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