eoscanada / eosc

Cross-platform EOSIO command-line swiss-army-knife (EOS, BOS, Telos, Worbli, etc.)
https://eosc.app
MIT License
134 stars 59 forks source link

Support "eosc get row" that gets a single row #84

Open abourget opened 5 years ago

abourget commented 5 years ago

Double checks that the lower bound key is actually the key you asked (otherwise returnsthe next row) so we always need to check. It's about annoying.

maoueh commented 5 years ago

Would it make sense to put this in eos-go directly for broader re-use by the community?

Minimally, needs to be a helper in eosc since that is used a lot in various places, voting/recast for example is one.