Sha256: 305dc70b1df8527f63491bc418caf32981aeb29ca5b94d018324992ea543ac2f

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

require 'daemon_spawn'
module Bitcoin
  module Nodes
    module SPV

      # SPV node daemon
      class Daemon < DaemonSpawn::Base

        def start(args)

        end

        def stop

        end

      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bitcoinrb-0.1.1 lib/bitcoin/nodes/spv/daemon.rb
bitcoinrb-0.0.1 lib/bitcoin/nodes/spv/daemon.rb