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
From @ungaro on August 23, 2018 10:59
i'm struggling to find an example to use a payable function with parameters.
let's say i've an function in my Smart Contract:
function doSomething(address[] _adresses, address[] _groups, uint[] _percentages) public payable returns(address) {
How do i call this SC and send ethers to it & pass parameters and get the return value?
Thanks.
Copied from original issue: BANKEX/web3swift#214
The text was updated successfully, but these errors were encountered:
From @shamatar on August 23, 2018 13:31
I’m no longer maintaining this repo, please move such questions to the new one.
Sorry, something went wrong.
@ungaro Please, check our new documentation, here is well explained how to use library: https://github.com/matterinc/web3swift/blob/develop/Documentation/Usage.md Feel free to reopen this issue, if still you have any questions. 👍
Merge pull request #8 from BaldyAsh/revert-5-feature/erc777
424c156
Revert "Added erc777 precompiled contract"
No branches or pull requests
From @ungaro on August 23, 2018 10:59
i'm struggling to find an example to use a payable function with parameters.
let's say i've an function in my Smart Contract:
How do i call this SC and send ethers to it & pass parameters and get the return value?
Thanks.
Copied from original issue: BANKEX/web3swift#214
The text was updated successfully, but these errors were encountered: