Open glihm opened 1 year ago
In the recent changes of the ABI, the impl ABI entries represent the contract interfaces that are declared in cairo.
impl
We may be interested at parsing those ones, in order to generate some traits. This will allow developers to implement them in rust.
In the recent changes of the ABI, the
impl
ABI entries represent the contract interfaces that are declared in cairo.We may be interested at parsing those ones, in order to generate some traits. This will allow developers to implement them in rust.