transaction-decoder 0.1.13

A CLI tool for decoding EVM transactions
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Transaction Decoder CLI
//!
//! This crate is a binary CLI tool for decoding EVM transactions.
//!
//! See the CLI help: `transaction-decoder --help`

#![doc(html_no_source)]

// Re-export version for reference
pub const VERSION: &str = env!("CARGO_PKG_VERSION");