Method: Sibit::BestOf#balance
- Defined in:
- lib/sibit/bestof.rb
#balance(address) ⇒ Object
Gets the balance of the address, in satoshi.
50 51 52 53 54 |
# File 'lib/sibit/bestof.rb', line 50 def balance(address) best_of('balance') do |api| api.balance(address) end end |