pub struct PendingTx {
pub ark_txid: Txid,
pub signed_ark_tx: Psbt,
pub signed_checkpoint_txs: Vec<Psbt>,
}Fields§
§ark_txid: Txid§signed_ark_tx: Psbt§signed_checkpoint_txs: Vec<Psbt>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PendingTx
impl RefUnwindSafe for PendingTx
impl Send for PendingTx
impl Sync for PendingTx
impl Unpin for PendingTx
impl UnsafeUnpin for PendingTx
impl UnwindSafe for PendingTx
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