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

getAccount

suspend fun getAccount(address: Address): AccountState? (source)

Retrieves an account state for a given account.

Parameters

address - the address of the account

Return
the account's state, or null if not found