pub struct SendParams {
pub outputs: Vec<Value>,
pub conf_target: u64,
pub estimate_mode: String,
pub fee_rate: f64,
pub options: Value,
pub version: u32,
}Expand description
EXPERIMENTAL warning: this call may be changed in future releases.
Send a transaction.
Fields§
§outputs: Vec<Value>§conf_target: u64§estimate_mode: String§fee_rate: f64§options: Value§version: u32Trait Implementations§
Source§impl Debug for SendParams
impl Debug for SendParams
Auto Trait Implementations§
impl Freeze for SendParams
impl RefUnwindSafe for SendParams
impl Send for SendParams
impl Sync for SendParams
impl Unpin for SendParams
impl UnsafeUnpin for SendParams
impl UnwindSafe for SendParams
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