Struct vls_protocol::msgs::SignHtlcTxMingle
source · pub struct SignHtlcTxMingle {
pub peer_id: PubKey,
pub dbid: u64,
pub utxos: Array<Utxo>,
pub psbt: WithSize<StreamedPSBT>,
}
Expand description
CLN only
Fields§
§peer_id: PubKey
§dbid: u64
§utxos: Array<Utxo>
§psbt: WithSize<StreamedPSBT>
Trait Implementations§
source§impl DeBolt for SignHtlcTxMingle
impl DeBolt for SignHtlcTxMingle
source§impl Debug for SignHtlcTxMingle
impl Debug for SignHtlcTxMingle
source§impl Decodable for SignHtlcTxMingle
impl Decodable for SignHtlcTxMingle
source§impl Encodable for SignHtlcTxMingle
impl Encodable for SignHtlcTxMingle
Auto Trait Implementations§
impl RefUnwindSafe for SignHtlcTxMingle
impl Send for SignHtlcTxMingle
impl Sync for SignHtlcTxMingle
impl Unpin for SignHtlcTxMingle
impl UnwindSafe for SignHtlcTxMingle
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