lib/stellar-sdk.rb in stellar-sdk-0.29.0 vs lib/stellar-sdk.rb in stellar-sdk-0.30.0

- old
+ new

@@ -1,23 +1,13 @@ require "stellar-base" +require "stellar-horizon" module Stellar module SDK VERSION = ::Stellar::VERSION end + Client = Horizon::Client autoload :Amount - autoload :Client autoload :Federation autoload :SEP10 - - module Horizon - extend ActiveSupport::Autoload - - autoload :Problem - autoload :Result - end - - autoload :TransactionPage end - -require_relative "stellar/compat"