OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
239 stars 79 forks source link

Support for alloy_primitive int types #137

Closed rory-ocl closed 3 months ago

rory-ocl commented 3 months ago

Description

Support for alloy_primitives::Signed and alloy_primitives::Uint in return types and parameters.

TODO

Still in draft as I finish up the following tasks:

Checklist