salt-sdk
    Preparing search index...

    Enumeration TRANSACTION_STATE

    Database state enum for persisted transactions. This represents the state of a transaction as stored in the database.

    Index

    Enumeration Members

    BROADCAST: "broadcast"
    COMBINE: "combine"
    FAILURE: "failure"
    PROPOSE: "propose"
    SIGN: "sign"
    SUCCESS: "success"