Interface Request
public interface Request
A request is an operation sent to the Beacon Node
-
Method Summary
-
Method Details
-
getType
org.hyperledger.besu.datatypes.RequestType getType()Retrieves the type of this request.- Returns:
- The
RequestTyperepresenting the type of this request.
-
getData
org.apache.tuweni.bytes.Bytes getData()Retrieves the data of this request.- Returns:
- The data
Bytesof this request.
-