Class: TxCatcher::Address

Inherits:
Sequel::Model
  • Object
show all
Defined in:
lib/txcatcher/models/address.rb

Instance Method Summary collapse

Instance Method Details

#received_in_btcObject



6
7
8
# File 'lib/txcatcher/models/address.rb', line 6

def received_in_btc
  Satoshi.new(self.received, from_unit: :satoshi).to_btc
end