pub struct PsbtWrapper {
pub inner: PartiallySignedTransaction,
}Fields§
§inner: PartiallySignedTransactionTrait Implementations§
Source§impl Debug for PsbtWrapper
impl Debug for PsbtWrapper
Source§impl Decodable for PsbtWrapper
impl Decodable for PsbtWrapper
Source§impl Encodable for PsbtWrapper
impl Encodable for PsbtWrapper
Source§impl From<PartiallySignedTransaction> for PsbtWrapper
impl From<PartiallySignedTransaction> for PsbtWrapper
Source§fn from(value: PartiallySignedTransaction) -> Self
fn from(value: PartiallySignedTransaction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PsbtWrapper
impl RefUnwindSafe for PsbtWrapper
impl Send for PsbtWrapper
impl Sync for PsbtWrapper
impl Unpin for PsbtWrapper
impl UnwindSafe for PsbtWrapper
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