pub struct Privacy {
pub hints: Option<PrivacyHint>,
pub builders: Option<Vec<String>>,
}
Expand description
Preferences on what data should be shared about the bundle and its transactions
Fields§
§hints: Option<PrivacyHint>
Hints on what data should be shared about the bundle and its transactions
builders: Option<Vec<String>>
Names of the builders that should be allowed to see the bundle/transaction. https://github.com/flashbots/dowg/blob/main/builder-registrations.json
Trait Implementations§
source§impl<'de> Deserialize<'de> for Privacy
impl<'de> Deserialize<'de> for Privacy
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
impl Eq for Privacy
impl StructuralPartialEq for Privacy
Auto Trait Implementations§
impl Freeze for Privacy
impl RefUnwindSafe for Privacy
impl Send for Privacy
impl Sync for Privacy
impl Unpin for Privacy
impl UnwindSafe for Privacy
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)