Open
Description
What context is your feature request related to?
Supporting Ocean protocol methods
What solution would you like?
I would like to use your library for implementing some Ocean protocol's methods, in particular, startOrder(...) - see https://github.com/oceanprotocol/contracts/blob/9e29194d910f28a4f0ef17ce6dc8a70741f63309/contracts/templates/ERC20Template.sol#L519
Any additional context?
The Ocean protocol provides for startOrder(...) method for executing smart contracts https://github.com/oceanprotocol/contracts/blob/9e29194d910f28a4f0ef17ce6dc8a70741f63309/contracts/templates/ERC20Template.sol#L519
To my opinion, implementing this method in Swift would greatly increase the library usage.