pub struct TreeSigningStartedEvent {
pub id: String,
pub cosigners_pubkeys: Vec<PublicKey>,
pub unsigned_commitment_tx: Psbt,
}Fields§
§id: String§cosigners_pubkeys: Vec<PublicKey>§unsigned_commitment_tx: PsbtTrait Implementations§
Source§impl Clone for TreeSigningStartedEvent
impl Clone for TreeSigningStartedEvent
Source§fn clone(&self) -> TreeSigningStartedEvent
fn clone(&self) -> TreeSigningStartedEvent
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 TreeSigningStartedEvent
impl RefUnwindSafe for TreeSigningStartedEvent
impl Send for TreeSigningStartedEvent
impl Sync for TreeSigningStartedEvent
impl Unpin for TreeSigningStartedEvent
impl UnsafeUnpin for TreeSigningStartedEvent
impl UnwindSafe for TreeSigningStartedEvent
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