Interface TransactionOriginatorChecker

  • All Known Implementing Classes:
    ClusteredTransactionOriginatorChecker

    public interface TransactionOriginatorChecker
    An interface to check if the transaction originator is left or not.
    Since:
    9.1
    Author:
    Pedro Ruivo
    • Method Detail

      • isOriginatorMissing

        boolean isOriginatorMissing​(GlobalTransaction gtx)
        Returns:
        true if the member who executed gtx is missing.
      • isOriginatorMissing

        boolean isOriginatorMissing​(GlobalTransaction gtx,
                                    Collection<Address> liveMembers)
        Returns:
        true if the member who executed gtx is missing using the liveMembers.