pub struct CloseData {
pub swap_request: SwapRequest,
pub expected_total: u64,
pub secrets_with_blinding: Vec<(DeterministicSecretWithBlinding, bool)>,
pub output_keyset_info: KeysetInfo,
}Expand description
Data needed to close a channel
Fields§
§swap_request: SwapRequest§expected_total: u64§secrets_with_blinding: Vec<(DeterministicSecretWithBlinding, bool)>§output_keyset_info: KeysetInfoImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloseData
impl RefUnwindSafe for CloseData
impl Send for CloseData
impl Sync for CloseData
impl Unpin for CloseData
impl UnsafeUnpin for CloseData
impl UnwindSafe for CloseData
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