tuweni / org.apache.tuweni.eth.repository / BlockchainRepository / accountsExists

accountsExists

suspend fun accountsExists(address: Address): Boolean (source)

Checks if a given account is stored in the repository.

Parameters

address - the address of the account

Return
true if the accounts exists