Class: PolarLoop::Types::TxResult
- Inherits:
-
Struct
- Object
- Struct
- PolarLoop::Types::TxResult
- Defined in:
- lib/polarloop/types/tx_result.rb
Instance Attribute Summary collapse
-
#batch_results ⇒ Object
Returns the value of attribute batch_results.
-
#block_number ⇒ Object
Returns the value of attribute block_number.
-
#gas_used ⇒ Object
Returns the value of attribute gas_used.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tx_hash ⇒ Object
Returns the value of attribute tx_hash.
Instance Attribute Details
#batch_results ⇒ Object
Returns the value of attribute batch_results
5 6 7 |
# File 'lib/polarloop/types/tx_result.rb', line 5 def batch_results @batch_results end |
#block_number ⇒ Object
Returns the value of attribute block_number
5 6 7 |
# File 'lib/polarloop/types/tx_result.rb', line 5 def block_number @block_number end |
#gas_used ⇒ Object
Returns the value of attribute gas_used
5 6 7 |
# File 'lib/polarloop/types/tx_result.rb', line 5 def gas_used @gas_used end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/polarloop/types/tx_result.rb', line 5 def status @status end |
#tx_hash ⇒ Object
Returns the value of attribute tx_hash
5 6 7 |
# File 'lib/polarloop/types/tx_result.rb', line 5 def tx_hash @tx_hash end |