Search Results for

    Show / Hide Table of Contents

    Class TransactionTypeExtensions

    Inheritance
    Object
    TransactionTypeExtensions
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public static class TransactionTypeExtensions

    Fields

    TypeToString

    Declaration
    public static readonly string[] TypeToString
    Field Value
    Type Description
    String[]

    Methods

    ToFixedString(TransactionType)

    Declaration
    public static FixedString32Bytes ToFixedString(this TransactionType txType)
    Parameters
    Type Name Description
    TransactionType txType
    Returns
    Type Description
    FixedString32Bytes

    ToOptionalFixedString(TransactionType)

    Declaration
    public static Optional<FixedString32Bytes> ToOptionalFixedString(this TransactionType txType)
    Parameters
    Type Name Description
    TransactionType txType
    Returns
    Type Description
    Optional<FixedString32Bytes>
    ☀
    ☾
    In This Article
    • Fields
      • TypeToString
    • Methods
      • ToFixedString(TransactionType)
      • ToOptionalFixedString(TransactionType)
    Back to top
    Generated by DocFX
    ☀
    ☾