pub struct GetCurrentBlockDifficultyCall;Available on crate feature
abigen only.Expand description
Container type for all input parameters for the getCurrentBlockDifficulty function with signature getCurrentBlockDifficulty() and selector 0x72425d9d
Trait Implementations§
source§impl Clone for GetCurrentBlockDifficultyCall
impl Clone for GetCurrentBlockDifficultyCall
source§fn clone(&self) -> GetCurrentBlockDifficultyCall
fn clone(&self) -> GetCurrentBlockDifficultyCall
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 Default for GetCurrentBlockDifficultyCall
impl Default for GetCurrentBlockDifficultyCall
source§fn default() -> GetCurrentBlockDifficultyCall
fn default() -> GetCurrentBlockDifficultyCall
Returns the “default value” for a type. Read more
source§impl From<GetCurrentBlockDifficultyCall> for Multicall3Calls
impl From<GetCurrentBlockDifficultyCall> for Multicall3Calls
source§fn from(value: GetCurrentBlockDifficultyCall) -> Self
fn from(value: GetCurrentBlockDifficultyCall) -> Self
Converts to this type from the input type.
source§impl Hash for GetCurrentBlockDifficultyCall
impl Hash for GetCurrentBlockDifficultyCall
source§impl PartialEq for GetCurrentBlockDifficultyCall
impl PartialEq for GetCurrentBlockDifficultyCall
source§fn eq(&self, other: &GetCurrentBlockDifficultyCall) -> bool
fn eq(&self, other: &GetCurrentBlockDifficultyCall) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Tokenizable for GetCurrentBlockDifficultyCall
impl Tokenizable for GetCurrentBlockDifficultyCall
source§fn from_token(token: Token) -> Result<Self, InvalidOutputType>
fn from_token(token: Token) -> Result<Self, InvalidOutputType>
Converts a
Token into expected type.source§fn into_token(self) -> Token
fn into_token(self) -> Token
Converts a specified type back into token.
impl Eq for GetCurrentBlockDifficultyCall
impl StructuralEq for GetCurrentBlockDifficultyCall
impl StructuralPartialEq for GetCurrentBlockDifficultyCall
impl TokenizableItem for GetCurrentBlockDifficultyCall
Auto Trait Implementations§
impl RefUnwindSafe for GetCurrentBlockDifficultyCall
impl Send for GetCurrentBlockDifficultyCall
impl Sync for GetCurrentBlockDifficultyCall
impl Unpin for GetCurrentBlockDifficultyCall
impl UnwindSafe for GetCurrentBlockDifficultyCall
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> Detokenize for Twhere
T: Tokenizable,
impl<T> Detokenize for Twhere T: Tokenizable,
source§fn from_tokens(tokens: Vec<Token>) -> Result<T, InvalidOutputType>
fn from_tokens(tokens: Vec<Token>) -> Result<T, InvalidOutputType>
Creates a new instance from parsed ABI tokens.
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Tokenize for Twhere
T: Tokenizable,
impl<T> Tokenize for Twhere T: Tokenizable,
source§fn into_tokens(self) -> Vec<Token>
fn into_tokens(self) -> Vec<Token>
Converts
self into a Vec<Token>.