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