Search Results for

    Show / Hide Table of Contents

    Class HashTypeExtensions

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

    Fields

    TypeToString

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

    Methods

    ToFixedString(HashType)

    Declaration
    public static FixedString32Bytes ToFixedString(this HashType hashType)
    Parameters
    Type Name Description
    HashType hashType
    Returns
    Type Description
    FixedString32Bytes

    ToOptionalFixedString(HashType)

    Declaration
    public static Optional<FixedString32Bytes> ToOptionalFixedString(this HashType hashType)
    Parameters
    Type Name Description
    HashType hashType
    Returns
    Type Description
    Optional<FixedString32Bytes>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾