pub struct SendmanyParams {
pub _amounts: Value,
pub _dummy: Option<String>,
pub _minconf: Option<u32>,
pub _comment: Option<String>,
pub _subtractfeefrom: Option<Vec<Value>>,
pub _replaceable: Option<bool>,
pub _conf_target: Option<u64>,
pub _estimate_mode: Option<String>,
pub _fee_rate: Option<f64>,
pub _verbose: Option<bool>,
}Fields§
§_amounts: Value§_dummy: Option<String>§_minconf: Option<u32>§_comment: Option<String>§_subtractfeefrom: Option<Vec<Value>>§_replaceable: Option<bool>§_conf_target: Option<u64>§_estimate_mode: Option<String>§_fee_rate: Option<f64>§_verbose: Option<bool>Trait Implementations§
Source§impl Clone for SendmanyParams
impl Clone for SendmanyParams
Source§fn clone(&self) -> SendmanyParams
fn clone(&self) -> SendmanyParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SendmanyParams
impl Debug for SendmanyParams
Source§impl<'de> Deserialize<'de> for SendmanyParams
impl<'de> Deserialize<'de> for SendmanyParams
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 SendmanyParams
impl RefUnwindSafe for SendmanyParams
impl Send for SendmanyParams
impl Sync for SendmanyParams
impl Unpin for SendmanyParams
impl UnwindSafe for SendmanyParams
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