Enum Transaction.TxTypeEnum
\[type\] Indicates what type of transaction this is. Different types have different fields. Valid types, and where their fields are stored: * \[pay\] payment-transaction * \[keyreg\] keyreg-transaction * \[acfg\] asset-config-transaction * \[axfer\] asset-transfer-transaction * \[afrz\] asset-freeze-transaction * \[appl\] application-transaction
Namespace: Algorand.V2.Model
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum TxTypeEnum
Fields
| Name | Description |
|---|---|
| Acfg | Enum Acfg for value: acfg |
| Afrz | Enum Afrz for value: afrz |
| Appl | Enum Appl for value: appl |
| Axfer | Enum Axfer for value: axfer |
| Keyreg | Enum Keyreg for value: keyreg |
| Pay | Enum Pay for value: pay |