Struct vls_protocol::msgs::SignRemoteHtlcToUs
source · pub struct SignRemoteHtlcToUs {
pub remote_per_commitment_point: PubKey,
pub tx: WithSize<Transaction>,
pub psbt: WithSize<PartiallySignedTransaction>,
pub wscript: Octets,
pub option_anchors: bool,
}
Expand description
CLN only
Fields§
§remote_per_commitment_point: PubKey
§tx: WithSize<Transaction>
§psbt: WithSize<PartiallySignedTransaction>
§wscript: Octets
§option_anchors: bool
Trait Implementations§
source§impl DeBolt for SignRemoteHtlcToUs
impl DeBolt for SignRemoteHtlcToUs
source§impl Debug for SignRemoteHtlcToUs
impl Debug for SignRemoteHtlcToUs
source§impl Decodable for SignRemoteHtlcToUs
impl Decodable for SignRemoteHtlcToUs
source§impl Encodable for SignRemoteHtlcToUs
impl Encodable for SignRemoteHtlcToUs
Auto Trait Implementations§
impl RefUnwindSafe for SignRemoteHtlcToUs
impl Send for SignRemoteHtlcToUs
impl Sync for SignRemoteHtlcToUs
impl Unpin for SignRemoteHtlcToUs
impl UnwindSafe for SignRemoteHtlcToUs
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