pub struct OffchainTransactions {
pub ark_tx: Psbt,
pub checkpoint_txs: Vec<Psbt>,
}Fields§
§ark_tx: Psbt§checkpoint_txs: Vec<Psbt>Trait Implementations§
Source§impl Clone for OffchainTransactions
impl Clone for OffchainTransactions
Source§fn clone(&self) -> OffchainTransactions
fn clone(&self) -> OffchainTransactions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OffchainTransactions
impl RefUnwindSafe for OffchainTransactions
impl Send for OffchainTransactions
impl Sync for OffchainTransactions
impl Unpin for OffchainTransactions
impl UnsafeUnpin for OffchainTransactions
impl UnwindSafe for OffchainTransactions
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