@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Class TransactionStatus

    An abstraction for handling and interpreting the "status" field of a transaction.

    Index

    Constructors

    Properties

    status: string

    The raw status, as fetched from the Network.

    Methods

    • Returns whether the transaction has been conpleted (not necessarily with success).

      Returns boolean

    • Returns whether the transaction has been executed (not necessarily with success).

      Returns boolean

      This will be remove next version, please use isCompleted instead.

    • Returns whether the transaction has been executed, but marked as invalid (e.g. due to "insufficient funds").

      Returns boolean