sourcify 0.0.4

A lightweight wrapper for Sourcify and 4byte APIs for fetching Ethereum smart contract source code and signatures
Documentation
1
2
3
4
5
6
7
8
//! Read-only Sourcify 4byte signature API client.
//! See [`Client`] for the main entry point.

mod client;
mod types;

pub use client::Client;
pub use types::*;