ApeWorX / ethpm-types

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

feat: structs #25

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

What I did

Adds StructABI and StructABIType to handle essential Starknet contracts.

How I did it

Copied existing ABI methodologies and schema from Starknet.

How to verify it

I added a test! Question: Does this StructABI differ from Ethereum's?

Checklist

fubuloubu commented 2 years ago

Question: Does this StructABI differ from Ethereum's?

Ethereum ABIs don't have this field (but they could and should)