pub struct ArkTransaction {
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 ArkTransaction
impl RefUnwindSafe for ArkTransaction
impl Send for ArkTransaction
impl Sync for ArkTransaction
impl Unpin for ArkTransaction
impl UnsafeUnpin for ArkTransaction
impl UnwindSafe for ArkTransaction
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