pub struct VtxoChain {
pub txid: Txid,
pub tx_type: ChainedTxType,
pub spends: Vec<Txid>,
pub expires_at: i64,
}Fields§
§txid: Txid§tx_type: ChainedTxType§spends: Vec<Txid>§expires_at: i64Auto Trait Implementations§
impl Freeze for VtxoChain
impl RefUnwindSafe for VtxoChain
impl Send for VtxoChain
impl Sync for VtxoChain
impl Unpin for VtxoChain
impl UnsafeUnpin for VtxoChain
impl UnwindSafe for VtxoChain
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