We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
starknet_getCompiledCasm
pythonic_hints
When sending POST request with such body:
{ "jsonrpc":"2.0", "id":0, "method": "starknet_getCompiledCasm", "params":{ "class_hash":"0x11374319A6E07B4F2738FA3BFA8CF2181BFB0DBB4D800215BAA87B83A57877E" } }
I'm getting result which should conform to contract class schema, however the result has pythons_hints as well (which aren't included in spec).
pythons_hints
The text was updated successfully, but these errors were encountered:
get_compiled_casm
Which Devnet commit are you using?
Sorry, something went wrong.
branch starknet-0.13.4
starknet-0.13.4
Closed via #713
FabijanC
No branches or pull requests
When sending POST request with such body:
I'm getting result which should conform to contract class schema, however the result has
pythons_hints
as well (which aren't included in spec).The text was updated successfully, but these errors were encountered: