Method: Sibit::BestOf#latest

Defined in:
lib/sibit/bestof.rb

#latestObject

Latest block hash.



84
85
86
# File 'lib/sibit/bestof.rb', line 84

def latest
  best_of('latest', &:latest)
end