abstract suspend fun accountExists(address: Address): Boolean
(source)
Check account existence function.
This function is used by the VM to check if there exists an account at given address.
address
- The address of the account the query is about.
Return
true if exists, false otherwise.