Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Formatter.prototype.transaction = function (value) {
return transactions_1.parse(value);
};
Formatter.prototype.receiptLog = function (value) {
transaction(value) {
return parseTransaction(value);
}
receiptLog(value) {