Show / Hide Table of Contents

    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 Source

    Type(Int32)

    Declaration
    public Type(int value)
    Parameters
    Type Name Description
    System.Int32 value
    | Improve this Doc View Source

    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 Source

    ApplicationCall

    Declaration
    public static readonly Transaction.Type ApplicationCall
    Field Value
    Type Description
    Transaction.Type
    | Improve this Doc View Source

    AssetConfig

    Declaration
    public static readonly Transaction.Type AssetConfig
    Field Value
    Type Description
    Transaction.Type
    | Improve this Doc View Source

    AssetFreeze

    Declaration
    public static readonly Transaction.Type AssetFreeze
    Field Value
    Type Description
    Transaction.Type
    | Improve this Doc View Source

    AssetTransfer

    Declaration
    public static readonly Transaction.Type AssetTransfer
    Field Value
    Type Description
    Transaction.Type
    | Improve this Doc View Source

    Default

    Declaration
    public static readonly Transaction.Type Default
    Field Value
    Type Description
    Transaction.Type
    | Improve this Doc View Source

    KeyRegistration

    Declaration
    public static readonly Transaction.Type KeyRegistration
    Field Value
    Type Description
    Transaction.Type
    | Improve this Doc View Source

    Payment

    Declaration
    public static readonly Transaction.Type Payment
    Field Value
    Type Description
    Transaction.Type

    Methods

    | Improve this Doc View Source

    Equals(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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX