pub struct AltDAConfig {
pub da_challenge_address: Option<Address>,
pub da_challenge_window: Option<u64>,
pub da_resolve_window: Option<u64>,
}
Expand description
AltDA configuration.
Fields§
§da_challenge_address: Option<Address>
AltDA challenge address
da_challenge_window: Option<u64>
AltDA challenge window time (in seconds)
da_resolve_window: Option<u64>
AltDA resolution window time (in seconds)
Trait Implementations§
Source§impl Clone for AltDAConfig
impl Clone for AltDAConfig
Source§fn clone(&self) -> AltDAConfig
fn clone(&self) -> AltDAConfig
Returns a copy 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 AltDAConfig
impl Debug for AltDAConfig
Source§impl Default for AltDAConfig
impl Default for AltDAConfig
Source§fn default() -> AltDAConfig
fn default() -> AltDAConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AltDAConfig
impl<'de> Deserialize<'de> for AltDAConfig
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
Source§impl Hash for AltDAConfig
impl Hash for AltDAConfig
Source§impl PartialEq for AltDAConfig
impl PartialEq for AltDAConfig
Source§impl Serialize for AltDAConfig
impl Serialize for AltDAConfig
impl Copy for AltDAConfig
impl Eq for AltDAConfig
impl StructuralPartialEq for AltDAConfig
Auto Trait Implementations§
impl Freeze for AltDAConfig
impl RefUnwindSafe for AltDAConfig
impl Send for AltDAConfig
impl Sync for AltDAConfig
impl Unpin for AltDAConfig
impl UnwindSafe for AltDAConfig
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
)