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