feat(transaction): Refactoring to allow up to 20 TXIDs per call

This commit is contained in:
Chris Troutner
2022-01-28 12:04:35 -08:00
parent d9fa44328a
commit 5a3d91e3b0
7 changed files with 285 additions and 30 deletions
+7
View File
@@ -38,6 +38,13 @@ class BCH {
status: 200
}
}
async getTxData(rpcData) {
return {
success: true,
status: 200
}
}
}
class UseCasesMock {