Class BlockEvent.TransactionEvent

    • Method Detail

      • getBlockEvent

        public BlockEvent getBlockEvent​()
        The BlockEvent for this TransactionEvent.
        Returns:
        BlockEvent for this transaction.
      • getEventHub

        public EventHub getEventHub​()
        Deprecated. use new peer eventing services getPeer()
        The event hub that received this event.
        Returns:
        May return null if peer eventing service detected the event.
      • getPeer

        public Peer getPeer​()
        The peer that received this event.
        Returns:
        May return null if deprecated eventhubs are still being used, otherwise return the peer.