Class IstanbulBlockSigners

java.lang.Object
org.web3j.protocol.core.Response<org.web3j.quorum.methods.response.istanbul.BlockSigners>
org.web3j.quorum.methods.response.istanbul.IstanbulBlockSigners

public class IstanbulBlockSigners extends org.web3j.protocol.core.Response<org.web3j.quorum.methods.response.istanbul.BlockSigners>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class org.web3j.protocol.core.Response

    org.web3j.protocol.core.Response.Error
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<org.web3j.quorum.methods.response.istanbul.BlockSigners>
     
    void
    setResult(org.web3j.quorum.methods.response.istanbul.BlockSigners result)
     

    Methods inherited from class org.web3j.protocol.core.Response

    getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IstanbulBlockSigners

      public IstanbulBlockSigners()
  • Method Details

    • getBlockSigners

      public Optional<org.web3j.quorum.methods.response.istanbul.BlockSigners> getBlockSigners()
    • setResult

      public void setResult(org.web3j.quorum.methods.response.istanbul.BlockSigners result)
      Overrides:
      setResult in class org.web3j.protocol.core.Response<org.web3j.quorum.methods.response.istanbul.BlockSigners>