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
Stellar CLI 22.1.0
22.1.0
In https://developers.stellar.org/docs/build/smart-contracts/example-contracts/custom-types#run-the-contract,
stellar contract invoke –wasm does not working.
stellar contract invoke –wasm
stellar contract invoke –wasm should invoke the smart contract.
jamie ~/projects/soroban-examples/custom_types (tags/v22.0.1) % stellar contract invoke \ --wasm target/wasm32-unknown-unknown/release/soroban_custom_types_contract.wasm \ --id 1 \ -- \ increment \ --incr 5 error: unexpected argument '--wasm' found tip: to pass '--wasm' as a value, use '-- --wasm' Usage: stellar contract invoke [OPTIONS] --id <CONTRACT_ID> --source-account <SOURCE_ACCOUNT> [-- <CONTRACT_FN_AND_ARGS>...] For more information, try '--help'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version are you using?
Stellar CLI
22.1.0
What did you do?
In https://developers.stellar.org/docs/build/smart-contracts/example-contracts/custom-types#run-the-contract,
stellar contract invoke –wasm
does not working.What did you expect to see?
stellar contract invoke –wasm
should invoke the smart contract.What did you see instead?
The text was updated successfully, but these errors were encountered: