Class LedgerTransactionEvent

  • All Implemented Interfaces:
    Event

    public final class LedgerTransactionEvent
    extends Object
    implements Event
    This class defines the event that is emitted when a transaction is written in the ledger and send to myPublicAddress.
    Author:
    mlaroche
    • Constructor Detail

      • LedgerTransactionEvent

        public LedgerTransactionEvent​(LedgerTransaction ledgerTransaction)
        Constructor.
        Parameters:
        ledgerTransaction - A ledgerTransaction
    • Method Detail

      • getLedgerTransaction

        public LedgerTransaction getLedgerTransaction()
        Returns:
        ledgerTransaction the newly written ledgerTransaction