-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
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
callContract() #6
Comments
Blocked by #7 afaik |
How is it blocked by #7 ? This is how the CLI calls starknet call \
--address CONTRACT_ADDRESS \
--abi contract_abi.json \
--function get_balance |
Ah sorry! Add transaction is blocked, right? |
Don't believe so (correct me if I'm wrong)
starknet invoke \
--address CONTRACT_ADDRESS \
--abi contract_abi.json \
--function increase_balance \
--inputs 1234 I think the signature will be provided in the |
Ah, I know why. Nothing blocked, sorry |
# [1.2.0](v1.1.1...v1.2.0) (2021-10-27) ### Bug Fixes * commitlint for release ([e8ad972](e8ad972)) * **docs:** new docs page ([2e46cff](2e46cff)) * remove useless comment ([ebf07b4](ebf07b4)) ### Features * implement needed helper methods ([46f7173](46f7173)) * introduce contract class ([db322fd](db322fd)) * type and use callContract ([10c7fc4](10c7fc4)), closes [#6](#6)
🎉 This issue has been resolved in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
__tests__
invokeTx
The text was updated successfully, but these errors were encountered: