Typescript SDK Type Docs
    Preparing search index...

    Interface TransactionStatus

    The state of the Transaction and the related errors in case of a failed Transaction.

    interface TransactionStatus {
        errors?: TransactionError[];
        state: TransactionState;
    }
    Index

    Properties

    Properties

    errors?: TransactionError[]

    Errors returned if the Transaction is in the Failed state.

    State of the Transaction.