create Web3Connection
suspend fun createWeb3Connection(web3ConnectionRequest: Web3ConnectionRequest): Result<CreateWeb3ConnectionResponse>
Create a new web3 connection.
Return
A Result containing a CreateWeb3ConnectionResponse if the web3 connection was successfully created, or an EmbeddedWalletException in case of failure.
Parameters
web3Connection Request
The Web3ConnectionRequest to create the web3 connection.