Class Transaction.Type
TxType represents a transaction type.
Inheritance
System.Object
Transaction.Type
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Algorand
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(Type2StringConverter))]
public class Type
Constructors
| Improve this Doc View SourceType(Int32)
Declaration
public Type(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |
Type(String)
Return the enumeration for the given string value. Required for JSON serialization.
Declaration
[JsonConstructor]
public Type(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | string representation |
Fields
| Improve this Doc View SourceApplicationCall
Declaration
public static readonly Transaction.Type ApplicationCall
Field Value
Type | Description |
---|---|
Transaction.Type |
AssetConfig
Declaration
public static readonly Transaction.Type AssetConfig
Field Value
Type | Description |
---|---|
Transaction.Type |
AssetFreeze
Declaration
public static readonly Transaction.Type AssetFreeze
Field Value
Type | Description |
---|---|
Transaction.Type |
AssetTransfer
Declaration
public static readonly Transaction.Type AssetTransfer
Field Value
Type | Description |
---|---|
Transaction.Type |
Default
Declaration
public static readonly Transaction.Type Default
Field Value
Type | Description |
---|---|
Transaction.Type |
KeyRegistration
Declaration
public static readonly Transaction.Type KeyRegistration
Field Value
Type | Description |
---|---|
Transaction.Type |
Payment
Declaration
public static readonly Transaction.Type Payment
Field Value
Type | Description |
---|---|
Transaction.Type |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToValue()
Return the string value for this enumeration. Required for JSON serialization.
Declaration
public string ToValue()
Returns
Type | Description |
---|---|
System.String | string value |