Closed antazoey closed 2 years ago
Adds StructABI and StructABIType to handle essential Starknet contracts.
StructABI
StructABIType
Copied existing ABI methodologies and schema from Starknet.
I added a test! Question: Does this StructABI differ from Ethereum's?
Question: Does this StructABI differ from Ethereum's?
Ethereum ABIs don't have this field (but they could and should)
What I did
Adds
StructABI
andStructABIType
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