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