Method: Sibit::BestOf#fees
- Defined in:
- lib/sibit/bestof.rb
#fees ⇒ Object
Get recommended fees, in satoshi per byte. The method returns a hash: { S: 12, M: 45, L: 100, XL: 200 }
72 73 74 |
# File 'lib/sibit/bestof.rb', line 72 def fees best_of('fees', &:fees) end |