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