MultipleTransactions is used to create a list of transactions that will be executed in a specific order. *

Constructors

Properties

Accessors

Methods

Constructors

Properties

maxFeePerGas: Buffer
maxPriorityFeePerGas: Buffer
nonce: Buffer

Accessors

Methods

  • Adds a ScheduledTransaction to the list of multiple transactions.

    Parameters

    • transaction: ScheduledTransaction

      The Scheduled transaction object.

    • childIndex: number

      The index of dependent transactions that must be executed before this one. Use the constant NO_CHILD_INDEX if there are no dependencies.

    • successLimit: number

      The number of successful preceding transactions required before this one can be executed.

    Returns void

    void;