LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

batch.readFile will now await doReadRow #164

Closed wilwade closed 3 years ago

wilwade commented 3 years ago

Problem

Wanted to be able to perform async actions inside of doReadRow #179386996

Solution

Expanded the signature to allow for void or Promise and await'd the callback

Double Checks: