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

0.1.35 • 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.

/@multiversx/sdk-transaction-processor/

    Package Sidebar

    Install

    npm i @multiversx/sdk-transaction-processor

    Weekly Downloads

    27

    Version

    0.1.35

    License

    GPL-3.0-or-later

    Unpacked Size

    44.1 kB

    Total Files

    36

    Last publish

    Collaborators

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