Uses of Class
com.algorand.algosdk.v2.client.model.Enums.TxType
-
Packages that use Enums.TxType Package Description com.algorand.algosdk.v2.client.indexer com.algorand.algosdk.v2.client.model -
-
Uses of Enums.TxType in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer with parameters of type Enums.TxType Modifier and Type Method Description LookupAccountTransactions
LookupAccountTransactions. txType(Enums.TxType txType)
LookupAssetTransactions
LookupAssetTransactions. txType(Enums.TxType txType)
SearchForTransactions
SearchForTransactions. txType(Enums.TxType txType)
-
Uses of Enums.TxType in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as Enums.TxType Modifier and Type Field Description Enums.TxType
Transaction. txType
(type) Indicates what type of transaction this is.Methods in com.algorand.algosdk.v2.client.model that return Enums.TxType Modifier and Type Method Description static Enums.TxType
Enums.TxType. forValue(String value)
static Enums.TxType
Enums.TxType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.TxType[]
Enums.TxType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-