toAccount

@JvmName(name = "from")
fun RegisterAccount.toAccount(uuid: UUID): Account

Converts this RegisterAccount to an Account.