|
|
@ -304,6 +304,11 @@ defmodule EthereumJSONRPC.Receipt do |
|
|
|
:ignore |
|
|
|
:ignore |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Metis fields |
|
|
|
|
|
|
|
defp entry_to_elixir({key, _}) when key in ~w(l1GasUsed l1GasPrice l1FeeScalar l1Fee) do |
|
|
|
|
|
|
|
:ignore |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
# GoQuorum specific transaction receipt fields |
|
|
|
# GoQuorum specific transaction receipt fields |
|
|
|
defp entry_to_elixir({key, _}) when key in ~w(isPrivacyMarkerTransaction) do |
|
|
|
defp entry_to_elixir({key, _}) when key in ~w(isPrivacyMarkerTransaction) do |
|
|
|
:ignore |
|
|
|
:ignore |
|
|
|