Struct vls_protocol::msgs::SignMutualCloseTx2
source · pub struct SignMutualCloseTx2 {
pub to_local_value_sat: u64,
pub to_remote_value_sat: u64,
pub local_script: Octets,
pub remote_script: Octets,
pub local_wallet_path_hint: ArrayBE<u32>,
}
Expand description
LDK only
Fields§
§to_local_value_sat: u64
§to_remote_value_sat: u64
§local_script: Octets
§remote_script: Octets
§local_wallet_path_hint: ArrayBE<u32>
Trait Implementations§
source§impl DeBolt for SignMutualCloseTx2
impl DeBolt for SignMutualCloseTx2
source§impl Debug for SignMutualCloseTx2
impl Debug for SignMutualCloseTx2
source§impl Decodable for SignMutualCloseTx2
impl Decodable for SignMutualCloseTx2
source§impl Encodable for SignMutualCloseTx2
impl Encodable for SignMutualCloseTx2
Auto Trait Implementations§
impl RefUnwindSafe for SignMutualCloseTx2
impl Send for SignMutualCloseTx2
impl Sync for SignMutualCloseTx2
impl Unpin for SignMutualCloseTx2
impl UnwindSafe for SignMutualCloseTx2
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