Module: ArkEcosystem::Client

Defined in:
lib/arkecosystem/client/version.rb,
lib/arkecosystem/client/api/base.rb,
lib/arkecosystem/client/api/node.rb,
lib/arkecosystem/client/api/peers.rb,
lib/arkecosystem/client/api/votes.rb,
lib/arkecosystem/client/api/blocks.rb,
lib/arkecosystem/client/connection.rb,
lib/arkecosystem/client/api/wallets.rb,
lib/arkecosystem/client/http/client.rb,
lib/arkecosystem/client/api/delegates.rb,
lib/arkecosystem/client/http/response.rb,
lib/arkecosystem/client/api/transactions.rb,
lib/arkecosystem/client/connection_manager.rb

Defined Under Namespace

Modules: API, HTTP Classes: Connection, ConnectionManager

Constant Summary collapse

MAJOR =

Current major release.

1
MINOR =

Current minor release.

0
PATCH =

Current patch level.

0
VERSION =

Full release version.

[MAJOR, MINOR, PATCH].join('.').freeze