pub type Address = SqlAddress;
Expand description
SQLx-compatible Ethereum Address wrapper.
This is the main type for storing Ethereum addresses in SQL databases via SQLx. It implements all necessary SQLx traits for seamless database integration.
Aliased Typeยง
pub struct Address(/* private fields */);