createAccount

suspend fun createAccount(): Result<Account>

Create a new account.

Return

A Result containing an Account if the account was successfully created, or an EmbeddedWalletException in case of failure.