Uses of Class
com.algorand.algosdk.v2.client.model.StateProof
-
Packages that use StateProof Package Description com.algorand.algosdk.v2.client.algod -
-
Uses of StateProof in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type StateProof Modifier and Type Method Description Response<StateProof>
GetStateProof. execute()
Execute the query.Response<StateProof>
GetStateProof. execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
-