class Ryp::DataSource::BlockchainInfo

Public Instance Methods

address(content) click to toggle source
# File lib/ryp/data_source/blockchain_info.rb, line 4
def address(content)
  get("rawaddr/#{content.value}")
end
data_host() click to toggle source
# File lib/ryp/data_source/blockchain_info.rb, line 12
def data_host
  'https://blockchain.info'
end
transaction(content) click to toggle source
# File lib/ryp/data_source/blockchain_info.rb, line 8
def transaction(content)
  get("rawtx/#{content.value}")
end