Interface Request


public interface Request
A request is an operation sent to the Beacon Node
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.tuweni.bytes.Bytes
    Retrieves the data of this request.
    org.hyperledger.besu.datatypes.RequestType
    Retrieves the type of this request.
  • Method Details

    • getType

      org.hyperledger.besu.datatypes.RequestType getType()
      Retrieves the type of this request.
      Returns:
      The RequestType representing the type of this request.
    • getData

      org.apache.tuweni.bytes.Bytes getData()
      Retrieves the data of this request.
      Returns:
      The data Bytes of this request.