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

storeAccount

suspend fun storeAccount(address: Address, account: AccountState): Unit (source)

Stores an account state for a given account.

Parameters

address - the address of the account

account - the account's state