pub struct PreparedClose {
pub channel_id: String,
pub balance: u64,
pub mint_url: String,
pub swap_request: Value,
pub secrets_with_blinding: Value,
pub output_keyset_info: Value,
pub params_json: String,
pub keyset_info_json: String,
pub channel_secret: String,
}Expand description
Everything needed to execute a close operation after sync validation.
Fields§
§channel_id: String§balance: u64§mint_url: String§swap_request: Value§secrets_with_blinding: Value§output_keyset_info: Value§params_json: String§keyset_info_json: String§channel_secret: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PreparedClose
impl RefUnwindSafe for PreparedClose
impl Send for PreparedClose
impl Sync for PreparedClose
impl Unpin for PreparedClose
impl UnsafeUnpin for PreparedClose
impl UnwindSafe for PreparedClose
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