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
iex(1)> Ethers.Contracts.ERC20.name() #Ethers.TxData<function name() view returns (string name)> iex(2)> h Ethers.Contracts.ERC20.name def name() @spec name() :: Ethers.TxData.t() Executes name() on the contract. This function should only be called for result and never in a transaction on its own. (Use Ethers.call/2) State mutability: view ## Return Types (when called with `Ethers.call/2`) • name: `:string`
Depends on poanetwork/ex_abi#151
The text was updated successfully, but these errors were encountered:
Add return names in docs and TxData inspection
871fcdc
Closes #42
Successfully merging a pull request may close this issue.
Expected results
Depends on poanetwork/ex_abi#151
The text was updated successfully, but these errors were encountered: