sourcify 0.0.2

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
//! Read-only Sourcify 4byte signature API client.

mod client;
mod types;

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