Class: PolarLoop::Types::TxResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/polarloop/types/tx_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#batch_resultsObject

Returns the value of attribute batch_results

Returns:

  • (Object)

    the current value of batch_results



5
6
7
# File 'lib/polarloop/types/tx_result.rb', line 5

def batch_results
  @batch_results
end

#block_numberObject

Returns the value of attribute block_number

Returns:

  • (Object)

    the current value of block_number



5
6
7
# File 'lib/polarloop/types/tx_result.rb', line 5

def block_number
  @block_number
end

#gas_usedObject

Returns the value of attribute gas_used

Returns:

  • (Object)

    the current value of gas_used



5
6
7
# File 'lib/polarloop/types/tx_result.rb', line 5

def gas_used
  @gas_used
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/polarloop/types/tx_result.rb', line 5

def status
  @status
end

#tx_hashObject

Returns the value of attribute tx_hash

Returns:

  • (Object)

    the current value of tx_hash



5
6
7
# File 'lib/polarloop/types/tx_result.rb', line 5

def tx_hash
  @tx_hash
end