Skip to content

Commit 94a1e4c

Browse files
committed
Add new source for Rewiser: New Transaction Created
- Implemented a new source that emits events when a new transaction is created in Rewiser. - Added methods to manage the last processed transaction date and emit new transactions. - Included a sample event for testing purposes.
1 parent 48a397d commit 94a1e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/rewiser/sources/new-transaction/new-transaction.mjs renamed to components/rewiser/sources/new-transaction-created/new-transaction-created.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import rewiser from "../../rewiser.app.mjs";
33
import sampleEmit from "./test-event.mjs";
44

55
export default {
6-
key: "rewiser-new-transaction",
7-
name: "New Transaction",
6+
key: "rewiser-new-transaction-created",
7+
name: "New Transaction Created",
88
description: "Emit new event when a new transaction is created in Rewiser. [See the documentation](https://rewiser.io/api)",
99
version: "0.0.1",
1010
type: "source",

0 commit comments

Comments
 (0)