Class EthGetProof
java.lang.Object
org.web3j.protocol.core.Response<EthGetProof.Proof>
org.web3j.protocol.core.methods.response.EthGetProof
eth_getProof api response.
- Since:
- 2023.06
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classjson rpc result of object.static classJson Deserializer of Proof.static classstorage proof.Nested classes/interfaces inherited from class org.web3j.protocol.core.Response
Response.Error -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProof()get proof result.voidsetResult(EthGetProof.Proof result) Methods inherited from class org.web3j.protocol.core.Response
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse
-
Constructor Details
-
EthGetProof
public EthGetProof()Instantiates a new Eth get proof.
-
-
Method Details
-
setResult
- Overrides:
setResultin classResponse<EthGetProof.Proof>
-
getProof
get proof result.- Returns:
- proof result
-