pub struct DescriptorprocesspsbtResponse {
pub psbt: String,
pub complete: bool,
pub hex: Option<String>,
}Expand description
Update all segwit inputs in a PSBT with information from output descriptors, the UTXO set or the mempool. Then, sign the inputs we are able to with information from the output descriptors.
Fields§
§psbt: String§complete: bool§hex: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DescriptorprocesspsbtResponse
impl<'de> Deserialize<'de> for DescriptorprocesspsbtResponse
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 Freeze for DescriptorprocesspsbtResponse
impl RefUnwindSafe for DescriptorprocesspsbtResponse
impl Send for DescriptorprocesspsbtResponse
impl Sync for DescriptorprocesspsbtResponse
impl Unpin for DescriptorprocesspsbtResponse
impl UnwindSafe for DescriptorprocesspsbtResponse
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