@multiversx/sdk-transaction-processor
TypeScript icon, indicating that this package has built-in type declarations

0.1.33 • Public • Published

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.

Package Sidebar

Install

npm i @multiversx/sdk-transaction-processor

Weekly Downloads

346

Version

0.1.33

License

GPL-3.0-or-later

Unpacked Size

32.2 kB

Total Files

4

Last publish

Collaborators

  • dragosrebegea
  • arhtudormorar
  • radumojic
  • tanghel
  • cipriand
  • ccorcoveanu
  • valentinlup
  • andreibancioiu
  • titel
  • lucian.mincu