Class EthGetProof.StorageProof

java.lang.Object
org.web3j.protocol.core.methods.response.EthGetProof.StorageProof
Enclosing class:
EthGetProof

public static class EthGetProof.StorageProof extends Object
storage proof.
  • Constructor Details

    • StorageProof

      public StorageProof()
      Storage proof.
    • StorageProof

      public StorageProof(String key, String value, List<String> proof)
      Instantiates a new Storage proof.
      Parameters:
      key - the key
      value - the value
      proof - the proof
  • Method Details

    • getKey

      public String getKey()
      Gets key.
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Sets key.
      Parameters:
      key - the key
    • getValue

      public String getValue()
      Gets value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets value.
      Parameters:
      value - the value
    • getProof

      public List<String> getProof()
      Gets proof.
      Returns:
      the proof
    • setProof

      public void setProof(List<String> proof)
      Sets proof.
      Parameters:
      proof - the proof
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object