Struct era_test_node::resolver::SignEthClient
source · pub struct SignEthClient { /* private fields */ }
Expand description
A client that can request API data from https://sig.eth.samczsun.com/api
Implementations§
source§impl SignEthClient
impl SignEthClient
sourcepub async fn decode_selector(
&self,
selector: &str,
selector_type: SelectorType
) -> Result<Option<String>>
pub async fn decode_selector( &self, selector: &str, selector_type: SelectorType ) -> Result<Option<String>>
Decodes the given function or event selector using sig.eth.samczsun.com
Trait Implementations§
source§impl Clone for SignEthClient
impl Clone for SignEthClient
source§fn clone(&self) -> SignEthClient
fn clone(&self) -> SignEthClient
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for SignEthClient
impl Send for SignEthClient
impl Sync for SignEthClient
impl Unpin for SignEthClient
impl !UnwindSafe for SignEthClient
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