NathanielWroblewski/helloblock

View on GitHub
lib/helloblock/resources/rpc.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'helloblock/resources/query'
require 'helloblock/api_interface/endpoints'

# this is a temporary class that exists for compatibility with bitcoin-ruby

module HelloBlock
  class RPC
    extend HelloBlock::Query
    include HelloBlock::Endpoints
  end
end