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