Class: ArkEcosystem::Client::API::One::Signatures
- Defined in:
- lib/arkecosystem/client/api/one/signatures.rb
Overview
Methods for the Signatures API
Instance Method Summary collapse
-
#fee ⇒ Faraday::Response
Get the signatures fee.
Methods inherited from Base
Constructor Details
This class inherits a constructor from ArkEcosystem::Client::API::Base
Instance Method Details
#fee ⇒ Faraday::Response
Get the signatures fee.
15 16 17 |
# File 'lib/arkecosystem/client/api/one/signatures.rb', line 15 def fee @client.get('signatures/fee') end |