Struct vls_protocol::msgs::SignMutualCloseTx
source · pub struct SignMutualCloseTx {
pub tx: WithSize<Transaction>,
pub psbt: WithSize<PartiallySignedTransaction>,
pub remote_funding_key: PubKey,
}
Expand description
CLN only
Fields§
§tx: WithSize<Transaction>
§psbt: WithSize<PartiallySignedTransaction>
§remote_funding_key: PubKey
Trait Implementations§
source§impl DeBolt for SignMutualCloseTx
impl DeBolt for SignMutualCloseTx
source§impl Debug for SignMutualCloseTx
impl Debug for SignMutualCloseTx
source§impl Decodable for SignMutualCloseTx
impl Decodable for SignMutualCloseTx
source§impl Encodable for SignMutualCloseTx
impl Encodable for SignMutualCloseTx
Auto Trait Implementations§
impl RefUnwindSafe for SignMutualCloseTx
impl Send for SignMutualCloseTx
impl Sync for SignMutualCloseTx
impl Unpin for SignMutualCloseTx
impl UnwindSafe for SignMutualCloseTx
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