Skip to main content

txStatus

Callable

  • txStatus<ThrowOnError>(options: any): any

  • Retrieve the status of a transaction by its hash. The tx-status endpoint allows you to check the current status of a transaction on the Mina blockchain by providing the transaction hash. It returns whether the transaction has been applied, failed, or is still pending.


    Type parameters

    • ThrowOnError: boolean = false

    Parameters

    • options: any

    Returns any