Uses of Class
com.algorand.algosdk.algod.client.model.Supply
Package | Description |
---|---|
com.algorand.algosdk.algod.client.api | |
com.algorand.algosdk.algod.client.model |
-
Uses of Supply in com.algorand.algosdk.algod.client.api
Methods in com.algorand.algosdk.algod.client.api that return Supply Modifier and Type Method Description Supply
DefaultApi. getSupply()
Deprecated.Get the current supply reported by the ledger.Methods in com.algorand.algosdk.algod.client.api that return types with arguments of type Supply Modifier and Type Method Description ApiResponse<Supply>
DefaultApi. getSupplyWithHttpInfo()
Deprecated.Get the current supply reported by the ledger.Method parameters in com.algorand.algosdk.algod.client.api with type arguments of type Supply Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. getSupplyAsync(ApiCallback<Supply> callback)
Deprecated.Get the current supply reported by the ledger. -
Uses of Supply in com.algorand.algosdk.algod.client.model
Methods in com.algorand.algosdk.algod.client.model that return Supply Modifier and Type Method Description Supply
Supply. onlineMoney(java.math.BigInteger onlineMoney)
Deprecated.Supply
Supply. round(java.math.BigInteger round)
Deprecated.Supply
Supply. totalMoney(java.math.BigInteger totalMoney)
Deprecated.