Class: ArkEcosystem::Client::API::One::Signatures

Inherits:
Base
  • Object
show all
Defined in:
lib/arkecosystem/client/api/one/signatures.rb

Overview

Methods for the Signatures API

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from ArkEcosystem::Client::API::Base

Instance Method Details

#feeFaraday::Response

Get the signatures fee.

Returns:

  • (Faraday::Response)

15
16
17
# File 'lib/arkecosystem/client/api/one/signatures.rb', line 15

def fee
  @client.get('signatures/fee')
end