Uses of Class
com.algorand.algosdk.algod.client.model.Account
Package | Description |
---|---|
com.algorand.algosdk.algod.client.api | |
com.algorand.algosdk.algod.client.model |
-
Uses of Account in com.algorand.algosdk.algod.client.api
Methods in com.algorand.algosdk.algod.client.api that return Account Modifier and Type Method Description Account
DefaultApi. accountInformation(java.lang.String address)
Deprecated.Get account information.Methods in com.algorand.algosdk.algod.client.api that return types with arguments of type Account Modifier and Type Method Description ApiResponse<Account>
DefaultApi. accountInformationWithHttpInfo(java.lang.String address)
Deprecated.Get account information.Method parameters in com.algorand.algosdk.algod.client.api with type arguments of type Account Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. accountInformationAsync(java.lang.String address, ApiCallback<Account> callback)
Deprecated.Get account information. -
Uses of Account in com.algorand.algosdk.algod.client.model
Methods in com.algorand.algosdk.algod.client.model that return Account Modifier and Type Method Description Account
Account. address(java.lang.String address)
Deprecated.Account
Account. amount(java.math.BigInteger amount)
Deprecated.Account
Account. amountwithoutpendingrewards(java.math.BigInteger amountwithoutpendingrewards)
Deprecated.Account
Account. assets(java.util.Map<java.math.BigInteger,AssetHolding> assets)
Deprecated.Account
Account. participation(Participation participation)
Deprecated.Account
Account. pendingrewards(java.math.BigInteger pendingrewards)
Deprecated.Account
Account. rewards(java.math.BigInteger rewards)
Deprecated.Account
Account. round(java.math.BigInteger round)
Deprecated.Account
Account. status(java.lang.String status)
Deprecated.Account
Account. thisassettotal(java.util.Map<java.math.BigInteger,AssetParams> thisassettotal)
Deprecated.