Method: Radiator::Transaction#url

Defined in:
lib/radiator/transaction.rb

#urlObject

[View source]

93
94
95
96
97
98
99
# File 'lib/radiator/transaction.rb', line 93

def url
  case chain.to_s.downcase.to_sym
  when :steem then NETWORKS_STEEM_DEFAULT_NODE
  when :hive then NETWORKS_HIVE_DEFAULT_NODE
  when :test then NETWORKS_TEST_DEFAULT_NODE
  end
end