Method: Bitcoin::Wallet::Base#get_balance
- Defined in:
- lib/bitcoin/wallet/base.rb
#get_balance(account) ⇒ Object
get wallet balance.
85 86 87 88 |
# File 'lib/bitcoin/wallet/base.rb', line 85 def get_balance(account) # TODO get from utxo db. 0.00000000 end |