Hello Rust Devs. I seek help on finding a Rust crate that binds between Rust native integers to Solidity uint256 types... For a use case like if I were passing a value from my rust program to a solidity contract?
Hello Rust Devs. I seek help on finding a Rust crate that binds between Rust native integers to Solidity uint256 types... For a use case like if I were passing a value from my rust program to a solidity contract?
I believe you can use alloy::primitives::U256 for this.