tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.46k stars 467 forks source link

Solidity u96 #417

Open fredfortier opened 3 years ago

fredfortier commented 3 years ago

I don't see tokenizable u96 semantics neither in ethereum-types or in the Rust types. Is u96 supported in some way?

tomusdrw commented 3 years ago

Not that I know, but it should be trivial to add. Is the type commonly used?