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 LookupAssetTransactionsLookupAssetTransactions. addressRole(Enums.AddressRole addressRole)Combine with the address parameter to define what type of address to search for.SearchForTransactionsSearchForTransactions. 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.AddressRoleEnums.AddressRole. forValue(String value)static Enums.AddressRoleEnums.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.
-