roxy-types 0.1.0

Core types for Roxy RPC proxy
1
2
3
4
5
6
7
8
9
10
11
12
# Types for Roxy

[![Crates.io](https://img.shields.io/crates/v/roxy-types.svg)](https://crates.io/crates/roxy-types)
[![Docs.rs](https://docs.rs/roxy-types/badge.svg)](https://docs.rs/roxy-types)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Core types and error definitions for the Roxy RPC proxy.
Re-exports alloy primitives and JSON-RPC types.

## License

This project is licensed under the MIT License - see the [LICENSE](../../LICENSE) file for details.