Class: SatoshiUnit

Inherits:
CryptoUnit show all
Defined in:
lib/satoshi.rb

Constant Summary collapse

NAME =
"Satoshi"
MAX_VALUE =
21_000_000_00000000

Constants inherited from CryptoUnit

CryptoUnit::UNIT_DENOMINATIONS

Instance Attribute Summary

Attributes inherited from CryptoUnit

#from_unit, #to_unit, #value

Method Summary

Methods inherited from CryptoUnit

#*, #+, #-, #<, #<=, #==, #>, #>=, #coerce, #initialize, #primary_value=, #to_i, #to_milli, #to_s, #to_standart

Constructor Details

This class inherits a constructor from CryptoUnit