class ExoCrypto::Network
Constants
- SETTINGS_SECTION
Public Class Methods
is_testnet?()
click to toggle source
# File lib/exocrypto/network.rb, line 8 def self.is_testnet? ExoBasic::Settings.try_get_nested_key(@@conf, false, [Network::SETTINGS_SECTION, 'testnet']) end
settings_reloaded()
click to toggle source
# File lib/exocrypto/network.rb, line 14 def self.settings_reloaded @@conf = ExoBasic::Settings.loaded end