glihm / starknet-abigen-rs

Exploratory work on abigen in rust for Starknet 🦀
Apache License 2.0
15 stars 1 forks source link

Implement Cairo `Option` and `Result` in cairo_types #2

Closed glihm closed 1 year ago

glihm commented 1 year ago

We should implement the Option and Result directly in cairo_types. And we must ignore the Option and Result struct present into the ABI.