web3swift
web3swift copied to clipboard
Rename `callContractMethod` to `call`
What context is your feature request related to?
It's an extra-long name that doesn't tell anything useful. We already know that it's a call of some smart contract function or even deployment of a smart contract. call should be good enough.
What solution would you like?
callContractMethod -> call
Any additional context?
No response
Seems "easy", I can do it :)
@JeneaVranceanu I suppose that the target branch is develop-4.0, but the last update is from 14th of December 2022 Is that OK or should I use develop?
@JeneaVranceanu opened #735