Struct vls_protocol::msgs::SignCommitmentTxWithHtlcsReply
source · pub struct SignCommitmentTxWithHtlcsReply {
pub signature: BitcoinSignature,
pub htlc_signatures: Vec<BitcoinSignature>,
}
Expand description
Fields§
§signature: BitcoinSignature
§htlc_signatures: Vec<BitcoinSignature>
Trait Implementations§
source§impl<'de> Deserialize<'de> for SignCommitmentTxWithHtlcsReply
impl<'de> Deserialize<'de> for SignCommitmentTxWithHtlcsReply
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 SignCommitmentTxWithHtlcsReply
impl Send for SignCommitmentTxWithHtlcsReply
impl Sync for SignCommitmentTxWithHtlcsReply
impl Unpin for SignCommitmentTxWithHtlcsReply
impl UnwindSafe for SignCommitmentTxWithHtlcsReply
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