Closed barshan23 closed 1 year ago
This PR adds support for v2 interfaces for two of the APIs that this module exposed, namely convertV2() and validateTransactionV2(). These v2 interface APIs aim to improve the performance aspects of both these APIs.
convertV2()
validateTransactionV2()
@sujayvenaik to review
@barshan23 to review:
Overview
This PR adds support for v2 interfaces for two of the APIs that this module exposed, namely
convertV2()
andvalidateTransactionV2()
. These v2 interface APIs aim to improve the performance aspects of both these APIs.