pub struct SignActionOptions {
pub accept_delayed_broadcast: BooleanDefaultTrue,
pub return_txid_only: BooleanDefaultFalse,
pub no_send: BooleanDefaultFalse,
pub send_with: Vec<TXIDHexString>,
}Expand description
Controls signing and broadcasting behavior.
Fields§
§accept_delayed_broadcast: BooleanDefaultTrue§return_txid_only: BooleanDefaultFalse§no_send: BooleanDefaultFalse§send_with: Vec<TXIDHexString>Trait Implementations§
Source§impl Clone for SignActionOptions
impl Clone for SignActionOptions
Source§fn clone(&self) -> SignActionOptions
fn clone(&self) -> SignActionOptions
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 SignActionOptions
impl Debug for SignActionOptions
Source§impl Default for SignActionOptions
impl Default for SignActionOptions
Source§fn default() -> SignActionOptions
fn default() -> SignActionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SignActionOptions
impl RefUnwindSafe for SignActionOptions
impl Send for SignActionOptions
impl Sync for SignActionOptions
impl Unpin for SignActionOptions
impl UnsafeUnpin for SignActionOptions
impl UnwindSafe for SignActionOptions
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