Uses of Class
com.algorand.algosdk.v2.client.model.Account
-
Packages that use Account Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.model -
-
Uses of Account in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type Account Modifier and Type Method Description Response<Account>AccountInformation. execute()Execute the query.Response<Account>AccountInformation. 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. -
Uses of Account in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as Account Modifier and Type Field Description AccountAccountResponse. accountAccount information at a given round.Fields in com.algorand.algosdk.v2.client.model with type parameters of type Account Modifier and Type Field Description List<Account>AccountsResponse. accountsList<Account>DryrunRequest. accounts
-