Interface BesuEvents.LogListener

  • Enclosing interface:
    BesuEvents

    public static interface BesuEvents.LogListener
    The listener interface for receiving log events.
    • Method Detail

      • onLogEmitted

        void onLogEmitted​(LogWithMetadata logWithMetadata)
        Invoked for each log (both added and removed) when a new block is added to the blockchain.
        Parameters:
        logWithMetadata - the log with associated metadata. see https://eth.wiki/json-rpc/API