pub struct GetBlockHashCall {
pub block_number: U256,
}
Available on crate feature
abigen
only.Expand description
Container type for all input parameters for the getBlockHash
function with signature getBlockHash(uint256)
and selector 0xee82ac5e
Fields§
§block_number: U256
Trait Implementations§
source§impl AbiDecode for GetBlockHashCall
impl AbiDecode for GetBlockHashCall
source§impl AbiEncode for GetBlockHashCall
impl AbiEncode for GetBlockHashCall
source§impl AbiType for GetBlockHashCall
impl AbiType for GetBlockHashCall
source§fn param_type() -> ParamType
fn param_type() -> ParamType
The native ABI type this type represents.
source§fn minimum_size() -> usize
fn minimum_size() -> usize
A hint of the minimum number of bytes this type takes up in the ABI.
source§impl Clone for GetBlockHashCall
impl Clone for GetBlockHashCall
source§fn clone(&self) -> GetBlockHashCall
fn clone(&self) -> GetBlockHashCall
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 GetBlockHashCall
impl Debug for GetBlockHashCall
source§impl Default for GetBlockHashCall
impl Default for GetBlockHashCall
source§fn default() -> GetBlockHashCall
fn default() -> GetBlockHashCall
Returns the “default value” for a type. Read more
source§impl Display for GetBlockHashCall
impl Display for GetBlockHashCall
source§impl EthCall for GetBlockHashCall
impl EthCall for GetBlockHashCall
source§impl From<GetBlockHashCall> for Multicall3Calls
impl From<GetBlockHashCall> for Multicall3Calls
source§fn from(value: GetBlockHashCall) -> Self
fn from(value: GetBlockHashCall) -> Self
Converts to this type from the input type.
source§impl Hash for GetBlockHashCall
impl Hash for GetBlockHashCall
source§impl PartialEq for GetBlockHashCall
impl PartialEq for GetBlockHashCall
source§fn eq(&self, other: &GetBlockHashCall) -> bool
fn eq(&self, other: &GetBlockHashCall) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Tokenizable for GetBlockHashCall
impl Tokenizable for GetBlockHashCall
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 AbiArrayType for GetBlockHashCall
impl Eq for GetBlockHashCall
impl StructuralPartialEq for GetBlockHashCall
impl TokenizableItem for GetBlockHashCall
Auto Trait Implementations§
impl RefUnwindSafe for GetBlockHashCall
impl Send for GetBlockHashCall
impl Sync for GetBlockHashCall
impl Unpin for GetBlockHashCall
impl UnwindSafe for GetBlockHashCall
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.
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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> 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>
.