Uses of Class
com.algorand.algosdk.v2.client.model.Enums.AddressRole
-
Packages that use Enums.AddressRole Package Description com.algorand.algosdk.v2.client.indexer com.algorand.algosdk.v2.client.model -
-
Uses of Enums.AddressRole in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer with parameters of type Enums.AddressRole Modifier and Type Method Description LookupAssetTransactions
LookupAssetTransactions. addressRole(Enums.AddressRole addressRole)
Combine with the address parameter to define what type of address to search for.SearchForTransactions
SearchForTransactions. addressRole(Enums.AddressRole addressRole)
Combine with the address parameter to define what type of address to search for. -
Uses of Enums.AddressRole in com.algorand.algosdk.v2.client.model
Methods in com.algorand.algosdk.v2.client.model that return Enums.AddressRole Modifier and Type Method Description static Enums.AddressRole
Enums.AddressRole. forValue(String value)
static Enums.AddressRole
Enums.AddressRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.AddressRole[]
Enums.AddressRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-