astroband/ruby-stellar-sdk

View on GitHub
horizon/lib/stellar-horizon.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
require "stellar-base"

module Stellar
  module Horizon
    extend ActiveSupport::Autoload

    VERSION = ::Stellar::VERSION

    autoload :Client
    autoload :TransactionPage
  end
end