pub struct CreatewalletdescriptorParams {
pub _type: String,
pub options: Value,
}Expand description
Creates the wallet“s descriptor for the given address type. The address type must be one that the wallet does not already have a descriptor for. Requires wallet passphrase to be set with walletpassphrase call if wallet is encrypted.
Fields§
§_type: String§options: ValueTrait Implementations§
Source§impl Debug for CreatewalletdescriptorParams
impl Debug for CreatewalletdescriptorParams
Auto Trait Implementations§
impl Freeze for CreatewalletdescriptorParams
impl RefUnwindSafe for CreatewalletdescriptorParams
impl Send for CreatewalletdescriptorParams
impl Sync for CreatewalletdescriptorParams
impl Unpin for CreatewalletdescriptorParams
impl UnsafeUnpin for CreatewalletdescriptorParams
impl UnwindSafe for CreatewalletdescriptorParams
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