Module: Peatio::Wallet
- Defined in:
- lib/peatio/wallet/error.rb,
lib/peatio/wallet/abstract.rb,
lib/peatio/wallet/registry.rb
Defined Under Namespace
Classes: Abstract, ClientError, MissingSettingError, Registry, UnavailableAddressBalanceError
Constant Summary collapse
- Error =
Class.new(StandardError)
- VERSION =
"1.0".freeze
Class Method Summary collapse
Class Method Details
.registry ⇒ Object
9 10 11 |
# File 'lib/peatio/wallet/registry.rb', line 9 def registry @registry ||= Registry.new end |