diem / explorer

Apache License 2.0
6 stars 12 forks source link

Replace DataOrErrors with Result #122

Closed tjmaynes closed 2 years ago

tjmaynes commented 2 years ago

Motivation:

Replacing DataOrErrors will enable developers to utilize a library (result-ts) that manages to accomplish everything that DataOrErrors strives to achieve without having to maintain extra code (DataOrErrors).