Uses of Class
com.algorand.algosdk.v2.client.model.SupplyResponse
-
Packages that use SupplyResponse Package Description com.algorand.algosdk.v2.client.algod -
-
Uses of SupplyResponse in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type SupplyResponse Modifier and Type Method Description Response<SupplyResponse>
GetSupply. execute()
Execute the query.Response<SupplyResponse>
GetSupply. 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.
-