Class: ArkEcosystem::Crypto::Configuration::Fee

Inherits:
Object
  • Object
show all
Defined in:
lib/arkecosystem/crypto/configuration/fee.rb

Overview

The holder of fee configuration.

Class Method Summary collapse

Class Method Details

.get(type) ⇒ Object



20
21
22
# File 'lib/arkecosystem/crypto/configuration/fee.rb', line 20

def self.get(type)
  @fees[type]
end

.set(type, fee) ⇒ Object



24
25
26
# File 'lib/arkecosystem/crypto/configuration/fee.rb', line 24

def self.set(type, fee)
  @fees[type] = fee
end