You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a document md file for all possible abis from starknet and ethereum. In starknet, it has to have both return and parameters.
The most important data types are complex types. We already have basic type conversions. We need documentation for types like an array of basic types, an array of arrays, an array of custom structs, custom structs, bytes31, and bytes array.
This documentation lets us show the most idiomatic way to approach converting custom data types to basic types, then we can convert to Ethereum type.
Add an MD file to the docs folder.
The text was updated successfully, but these errors were encountered:
Add a document md file for all possible abis from starknet and ethereum. In starknet, it has to have both return and parameters.
The most important data types are complex types. We already have basic type conversions. We need documentation for types like an array of basic types, an array of arrays, an array of custom structs, custom structs, bytes31, and bytes array.
This documentation lets us show the most idiomatic way to approach converting custom data types to basic types, then we can convert to Ethereum type.
Add an MD file to the docs folder.
The text was updated successfully, but these errors were encountered: