Class: Etherlite::Contract::EventBase::DecodeLogInputs
- Inherits:
-
Object
- Object
- Etherlite::Contract::EventBase::DecodeLogInputs
- Defined in:
- lib/etherlite/commands/contract/event_base/decode_log_inputs.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
3 4 5 6 7 |
# File 'lib/etherlite/commands/contract/event_base/decode_log_inputs.rb', line 3 def perform store_by_name non_indexed_inputs, non_indexed_values store_by_name indexed_inputs, indexed_values attributes end |