Uses of Class
io.horizen.evm.results.EvmLog
-
Packages that use EvmLog Package Description io.horizen.evm io.horizen.evm.params -
-
Uses of EvmLog in io.horizen.evm
Methods in io.horizen.evm that return EvmLog Modifier and Type Method Description EvmLog[]StateDB. getLogs(Hash txHash)Get log entries created during the execution of given transaction.Methods in io.horizen.evm with parameters of type EvmLog Modifier and Type Method Description voidStateDB. addLog(EvmLog evmLog)Add a new log entry. -
Uses of EvmLog in io.horizen.evm.params
Fields in io.horizen.evm.params declared as EvmLog Modifier and Type Field Description EvmLogAddLogParams. logConstructors in io.horizen.evm.params with parameters of type EvmLog Constructor Description AddLogParams(int handle, EvmLog log)
-