Struct vls_protocol::msgs::SignWithdrawal
source · pub struct SignWithdrawal {
pub utxos: Array<Utxo>,
pub psbt: WithSize<StreamedPSBT>,
}
Expand description
Fields§
§utxos: Array<Utxo>
§psbt: WithSize<StreamedPSBT>
Trait Implementations§
source§impl BigEndianEncodable for SignWithdrawal
impl BigEndianEncodable for SignWithdrawal
source§impl DeBolt for SignWithdrawal
impl DeBolt for SignWithdrawal
source§impl Debug for SignWithdrawal
impl Debug for SignWithdrawal
source§impl Decodable for SignWithdrawal
impl Decodable for SignWithdrawal
source§impl Encodable for SignWithdrawal
impl Encodable for SignWithdrawal
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