pub struct Round {
pub id: String,
pub start: i64,
pub end: i64,
pub round_tx: Psbt,
pub vtxo_tree: TxTree,
pub forfeit_txs: Vec<Psbt>,
pub connector_tree: TxTree,
pub stage: i32,
}
Fields§
§id: String
§start: i64
§end: i64
§round_tx: Psbt
§vtxo_tree: TxTree
§forfeit_txs: Vec<Psbt>
§connector_tree: TxTree
§stage: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Round
impl RefUnwindSafe for Round
impl Send for Round
impl Sync for Round
impl Unpin for Round
impl UnwindSafe for Round
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