Struct vls_protocol::msgs::SignWithdrawal
source · pub struct SignWithdrawal {
pub utxos: Vec<Utxo>,
pub psbt: LargeOctets,
}
Expand description
Fields§
§utxos: Vec<Utxo>
§psbt: LargeOctets
Trait Implementations§
source§impl DeBolt for SignWithdrawal
impl DeBolt for SignWithdrawal
source§impl Debug for SignWithdrawal
impl Debug for SignWithdrawal
source§impl<'de> Deserialize<'de> for SignWithdrawal
impl<'de> Deserialize<'de> for SignWithdrawal
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SignWithdrawal
impl Send for SignWithdrawal
impl Sync for SignWithdrawal
impl Unpin for SignWithdrawal
impl UnwindSafe for SignWithdrawal
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