Struct vls_protocol::msgs::SignWithdrawalReply
source · pub struct SignWithdrawalReply {
pub psbt: WithSize<PartiallySignedTransaction>,
}
Expand description
Fields§
§psbt: WithSize<PartiallySignedTransaction>
Trait Implementations§
source§impl DeBolt for SignWithdrawalReply
impl DeBolt for SignWithdrawalReply
source§impl Debug for SignWithdrawalReply
impl Debug for SignWithdrawalReply
source§impl Decodable for SignWithdrawalReply
impl Decodable for SignWithdrawalReply
source§impl Encodable for SignWithdrawalReply
impl Encodable for SignWithdrawalReply
Auto Trait Implementations§
impl RefUnwindSafe for SignWithdrawalReply
impl Send for SignWithdrawalReply
impl Sync for SignWithdrawalReply
impl Unpin for SignWithdrawalReply
impl UnwindSafe for SignWithdrawalReply
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