Module: Raiblocks
- Defined in:
- lib/raiblocks/client.rb,
lib/raiblocks/errors.rb,
lib/raiblocks/version.rb
Defined Under Namespace
Modules: AccountProxyHelper, AccountsProxyHelper, NodeProxyHelper, Proxy, WalletProxyHelper Classes: Account, Accounts, BadRequest, Client, Error, ForbiddenParameter, InvalidParameterType, InvalidRequest, MissingParameters, Node, NodeConnectionFailure, ProxyContext, Response, Wallet
Constant Summary collapse
- VERSION =
'0.4.0'
Class Method Summary collapse
Class Method Details
.client ⇒ Object
6 7 8 |
# File 'lib/raiblocks/client.rb', line 6 def self.client @client ||= Client.new end |