pub struct PreflightCloseChannelResponse {
pub fee_estimate: Amount,
}Fields§
§fee_estimate: AmountThe estimated on-chain fee required to execute the channel close.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PreflightCloseChannelResponse
impl<'de> Deserialize<'de> for PreflightCloseChannelResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PreflightCloseChannelResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PreflightCloseChannelResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for PreflightCloseChannelResponse
impl Serialize for PreflightCloseChannelResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for PreflightCloseChannelResponse
impl RefUnwindSafe for PreflightCloseChannelResponse
impl Send for PreflightCloseChannelResponse
impl Sync for PreflightCloseChannelResponse
impl Unpin for PreflightCloseChannelResponse
impl UnsafeUnpin for PreflightCloseChannelResponse
impl UnwindSafe for PreflightCloseChannelResponse
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