ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

feat: add contract type back references to the ABI classes #39

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

What I did

This allows ABIs to be able to reference other parts of their ABIs if needed, such as Cairo lang structs types used in Methods.

The contact types are optional so that you can still attempt to use ABIs without coming from a parsed ContractType class.

How I did it

How to verify it

Checklist

antazoey commented 2 years ago

@ca11ab1e