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

getAccountCode

suspend fun getAccountCode(address: Address): Bytes? (source)

Gets the code of an account

Parameters

address - the address of the account

Return
the code or null if the address doesn't exist or the code is not present.