Module: Peatio::Blockchain

Defined in:
lib/peatio/blockchain/abstract.rb,
lib/peatio/blockchain/error.rb,
lib/peatio/blockchain/registry.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Abstract, ClientError, MissingSettingError, Registry, UnavailableAddressBalanceError

Constant Summary collapse

Error =
Class.new(StandardError)
VERSION =
"1.0.0".freeze

Class Method Summary collapse

Class Method Details

.registryObject



9
10
11
# File 'lib/peatio/blockchain/registry.rb', line 9

def registry
  @registry ||= Registry.new
end