0.1.35 • Published 10 months ago

@multiversx/sdk-transaction-processor v0.1.35

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
10 months ago

Transaction Processor for JavaScript

Transaction processor for JavaScript and TypeScript (written in TypeScript).

Distribution

npm

Usage

let transactionProcessor = new TransactionProcessor();
await transactionProcessor.start({
  onTransactionsReceived: (shardId, nonce, transactions) => {
    console.log(`Received ${transactions.length} transactions on shard ${shardId} and nonce ${nonce}`);
  },
});

Here is a full application ready to play with in.

0.1.35

10 months ago

0.1.34

11 months ago

0.1.33

2 years ago

0.1.31

2 years ago

0.1.32

2 years ago

0.1.30

2 years ago

0.1.29

3 years ago