ExWeb3 / elixir_ethers

A comprehensive Web3 library for interacting with smart contracts on Ethereum using Elixir.
https://hexdocs.pm/ethers
Apache License 2.0
85 stars 19 forks source link

Support raw results in `Ethers.call/2` #137

Closed alisinabh closed 3 months ago

alisinabh commented 3 months ago

Enabling Ethers.call/2 to be used without the selector makes it easier for users who rely on Ethers configuration to not directly access underlying RPC functionality when they don't have to.