pub struct WalletprocesspsbtParams {
pub psbt: String,
pub sign: bool,
pub sighashtype: String,
pub bip32derivs: bool,
pub finalize: bool,
}Expand description
Update a PSBT with input information from our wallet and then sign inputs that we can sign for. Requires wallet passphrase to be set with walletpassphrase call if wallet is encrypted.
Fields§
§psbt: String§sign: bool§sighashtype: String§bip32derivs: bool§finalize: boolTrait Implementations§
Source§impl Debug for WalletprocesspsbtParams
impl Debug for WalletprocesspsbtParams
Auto Trait Implementations§
impl Freeze for WalletprocesspsbtParams
impl RefUnwindSafe for WalletprocesspsbtParams
impl Send for WalletprocesspsbtParams
impl Sync for WalletprocesspsbtParams
impl Unpin for WalletprocesspsbtParams
impl UnsafeUnpin for WalletprocesspsbtParams
impl UnwindSafe for WalletprocesspsbtParams
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