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