Slurp.Adapters.Evm.call
You're seeing just the function
call
, go back to Slurp.Adapters.Evm module for more information.
Link to this function
call(address, abi_fragment, arguments, transaction, endpoint)
Specs
call(address(), abi_fragment(), list(), call_params(), endpoint()) :: {:ok, term()} | {:error, term()}
Callback implementation for Slurp.Adapter.call/5
.