clear-signing 0.1.0

ERC-7730 v2 clear signing library: decodes and formats Ethereum calldata and EIP-712 typed data for human-readable display.
Documentation
1
2
3
4
5
6
//! Data model types for ERC-7730 descriptors: context, display, metadata.

pub mod context;
pub mod descriptor;
pub mod display;
pub mod metadata;