You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this idea. It is possible since a contract holds a single Address, which itself holds a mx-sdk-rs's Address, which finally holds a 32-length array of u8
The steps would be as following:
creating a PR on the mx-sdk-rs repo to derive Copy on its Address struct
waiting for a new version to be published on crates.io
updating the mx-rs-sdk related crates version dependencies in all NovaX's Cargo.toml files
deriving Copy on the NovaX's Address struct
deriving Copy on all generated "*Contract" structs
No description provided.
The text was updated successfully, but these errors were encountered: