Class: PolarLoop::ChainConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#chain_idObject

Returns the value of attribute chain_id

Returns:

  • (Object)

    the current value of chain_id



4
5
6
# File 'lib/polarloop/configuration.rb', line 4

def chain_id
  @chain_id
end

#contract_addressObject

Returns the value of attribute contract_address

Returns:

  • (Object)

    the current value of contract_address



4
5
6
# File 'lib/polarloop/configuration.rb', line 4

def contract_address
  @contract_address
end

#gas_multiplierObject

Returns the value of attribute gas_multiplier

Returns:

  • (Object)

    the current value of gas_multiplier



4
5
6
# File 'lib/polarloop/configuration.rb', line 4

def gas_multiplier
  @gas_multiplier
end

#rpc_urlObject

Returns the value of attribute rpc_url

Returns:

  • (Object)

    the current value of rpc_url



4
5
6
# File 'lib/polarloop/configuration.rb', line 4

def rpc_url
  @rpc_url
end

#tx_timeoutObject

Returns the value of attribute tx_timeout

Returns:

  • (Object)

    the current value of tx_timeout



4
5
6
# File 'lib/polarloop/configuration.rb', line 4

def tx_timeout
  @tx_timeout
end