pub struct DescriptorprocesspsbtParams {
pub psbt: String,
pub descriptors: Vec<Value>,
pub sighashtype: String,
pub bip32derivs: bool,
pub finalize: bool,
}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§descriptors: Vec<Value>§sighashtype: String§bip32derivs: bool§finalize: boolTrait Implementations§
Source§impl Debug for DescriptorprocesspsbtParams
impl Debug for DescriptorprocesspsbtParams
Auto Trait Implementations§
impl Freeze for DescriptorprocesspsbtParams
impl RefUnwindSafe for DescriptorprocesspsbtParams
impl Send for DescriptorprocesspsbtParams
impl Sync for DescriptorprocesspsbtParams
impl Unpin for DescriptorprocesspsbtParams
impl UnsafeUnpin for DescriptorprocesspsbtParams
impl UnwindSafe for DescriptorprocesspsbtParams
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