Method: Sibit::BestOf#utxos
- Defined in:
- lib/sibit/bestof.rb
#utxos(keys) ⇒ Object
Fetch all unspent outputs per address.
77 78 79 80 81 |
# File 'lib/sibit/bestof.rb', line 77 def utxos(keys) best_of('utxos') do |api| api.utxos(keys) end end |