pub struct StructureRandomization {
pub add_decoy_outputs: bool,
pub randomize_output_order: bool,
pub randomize_input_order: bool,
pub randomize_nsequence: bool,
}Expand description
Transaction structure randomization options
Fields§
§add_decoy_outputs: boolAdd decoy outputs
randomize_output_order: boolRandomize output order
randomize_input_order: boolRandomize input order
randomize_nsequence: boolAdd random nSequence values
Trait Implementations§
Source§impl Clone for StructureRandomization
impl Clone for StructureRandomization
Source§fn clone(&self) -> StructureRandomization
fn clone(&self) -> StructureRandomization
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 StructureRandomization
impl Debug for StructureRandomization
Source§impl Default for StructureRandomization
impl Default for StructureRandomization
Source§impl<'de> Deserialize<'de> for StructureRandomization
impl<'de> Deserialize<'de> for StructureRandomization
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 StructureRandomization
impl RefUnwindSafe for StructureRandomization
impl Send for StructureRandomization
impl Sync for StructureRandomization
impl Unpin for StructureRandomization
impl UnwindSafe for StructureRandomization
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