module BitcoinNode

Constants

P
Logger
NETWORKS
P2P
VERSION

Public Class Methods

network() click to toggle source
# File lib/bitcoin_node.rb, line 11
def self.network
  NETWORKS[:main]
end