Struct vls_protocol::msgs::SignMutualCloseTx
source · pub struct SignMutualCloseTx {
pub tx: LargeOctets,
pub psbt: LargeOctets,
pub remote_funding_key: PubKey,
}
Expand description
CLN only
Fields§
§tx: LargeOctets
§psbt: LargeOctets
§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<'de> Deserialize<'de> for SignMutualCloseTx
impl<'de> Deserialize<'de> for SignMutualCloseTx
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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