module Stellar

TODO(pwnall): documentation

Public Class Methods

client() click to toggle source

Creates a generic Stellar client. @see Stellar::Client @return [Stellar::Client] new generic Stellar client

# File lib/stellar.rb, line 16
def self.client
  Stellar::Client.new
end