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

getAccountStoreValue

suspend fun getAccountStoreValue(address: Address, key: Bytes32): Bytes32? (source)

Gets a value stored in an account store, or null if the account doesn't exist.

Parameters

address - the address of the account

key - the key of the value to retrieve in the account storage.