Class: PolarLoop::ChainConfig
- Inherits:
-
Struct
- Object
- Struct
- PolarLoop::ChainConfig
- Defined in:
- lib/polarloop/configuration.rb
Instance Attribute Summary collapse
-
#chain_id ⇒ Object
Returns the value of attribute chain_id.
-
#contract_address ⇒ Object
Returns the value of attribute contract_address.
-
#gas_multiplier ⇒ Object
Returns the value of attribute gas_multiplier.
-
#rpc_url ⇒ Object
Returns the value of attribute rpc_url.
-
#tx_timeout ⇒ Object
Returns the value of attribute tx_timeout.
Instance Attribute Details
#chain_id ⇒ Object
Returns the value of attribute chain_id
4 5 6 |
# File 'lib/polarloop/configuration.rb', line 4 def chain_id @chain_id end |
#contract_address ⇒ Object
Returns the value of attribute contract_address
4 5 6 |
# File 'lib/polarloop/configuration.rb', line 4 def contract_address @contract_address end |
#gas_multiplier ⇒ Object
Returns the value of attribute gas_multiplier
4 5 6 |
# File 'lib/polarloop/configuration.rb', line 4 def gas_multiplier @gas_multiplier end |
#rpc_url ⇒ Object
Returns the value of attribute rpc_url
4 5 6 |
# File 'lib/polarloop/configuration.rb', line 4 def rpc_url @rpc_url end |
#tx_timeout ⇒ Object
Returns the value of attribute tx_timeout
4 5 6 |
# File 'lib/polarloop/configuration.rb', line 4 def tx_timeout @tx_timeout end |