pub struct GetEthBalanceCall {
pub addr: Address,
}Available on crate feature
abigen only.Expand description
Container type for all input parameters for the getEthBalance function with signature getEthBalance(address) and selector 0x4d2301cc
Fields§
§addr: AddressTrait Implementations§
source§impl AbiDecode for GetEthBalanceCall
impl AbiDecode for GetEthBalanceCall
source§impl AbiEncode for GetEthBalanceCall
impl AbiEncode for GetEthBalanceCall
source§impl AbiType for GetEthBalanceCall
impl AbiType for GetEthBalanceCall
source§fn param_type() -> ParamType
fn param_type() -> ParamType
The native ABI type this type represents.
source§impl Clone for GetEthBalanceCall
impl Clone for GetEthBalanceCall
source§fn clone(&self) -> GetEthBalanceCall
fn clone(&self) -> GetEthBalanceCall
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 GetEthBalanceCall
impl Debug for GetEthBalanceCall
source§impl Default for GetEthBalanceCall
impl Default for GetEthBalanceCall
source§fn default() -> GetEthBalanceCall
fn default() -> GetEthBalanceCall
Returns the “default value” for a type. Read more
source§impl Display for GetEthBalanceCall
impl Display for GetEthBalanceCall
source§impl EthCall for GetEthBalanceCall
impl EthCall for GetEthBalanceCall
source§impl From<GetEthBalanceCall> for Multicall3Calls
impl From<GetEthBalanceCall> for Multicall3Calls
source§fn from(value: GetEthBalanceCall) -> Self
fn from(value: GetEthBalanceCall) -> Self
Converts to this type from the input type.
source§impl Hash for GetEthBalanceCall
impl Hash for GetEthBalanceCall
source§impl PartialEq<GetEthBalanceCall> for GetEthBalanceCall
impl PartialEq<GetEthBalanceCall> for GetEthBalanceCall
source§fn eq(&self, other: &GetEthBalanceCall) -> bool
fn eq(&self, other: &GetEthBalanceCall) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Tokenizable for GetEthBalanceCallwhere
Address: Tokenize,
impl Tokenizable for GetEthBalanceCallwhere Address: Tokenize,
source§fn from_token(token: Token) -> Result<Self, InvalidOutputType>where
Self: Sized,
fn from_token(token: Token) -> Result<Self, InvalidOutputType>where Self: Sized,
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 GetEthBalanceCall
impl Eq for GetEthBalanceCall
impl StructuralEq for GetEthBalanceCall
impl StructuralPartialEq for GetEthBalanceCall
impl TokenizableItem for GetEthBalanceCallwhere Address: Tokenize,
Auto Trait Implementations§
impl RefUnwindSafe for GetEthBalanceCall
impl Send for GetEthBalanceCall
impl Sync for GetEthBalanceCall
impl Unpin for GetEthBalanceCall
impl UnwindSafe for GetEthBalanceCall
Blanket Implementations§
source§impl<T> Detokenize for Twhere
T: Tokenizable,
impl<T> Detokenize for Twhere T: Tokenizable,
source§fn from_tokens(tokens: Vec<Token, Global>) -> Result<T, InvalidOutputType>
fn from_tokens(tokens: Vec<Token, Global>) -> Result<T, InvalidOutputType>
Creates a new instance from parsed ABI tokens.
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.