|
|
|
@ -84,6 +84,7 @@ defmodule EthereumJSONRPC.Log do |
|
|
|
|
%{ |
|
|
|
|
"address" => address_hash, |
|
|
|
|
"blockNumber" => block_number, |
|
|
|
|
"blockHash" => block_hash, |
|
|
|
|
"data" => data, |
|
|
|
|
"logIndex" => index, |
|
|
|
|
"topics" => topics, |
|
|
|
@ -93,6 +94,7 @@ defmodule EthereumJSONRPC.Log do |
|
|
|
|
%{ |
|
|
|
|
address_hash: address_hash, |
|
|
|
|
block_number: block_number, |
|
|
|
|
block_hash: block_hash, |
|
|
|
|
data: data, |
|
|
|
|
index: index, |
|
|
|
|
transaction_hash: transaction_hash |
|
|
|
|