Search Results for

    Show / Hide Table of Contents

    Class SignatureTypeExtensions

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

    Fields

    TypeToString

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

    Methods

    ToFixedString(SignatureType)

    Declaration
    public static FixedString32Bytes ToFixedString(this SignatureType sigType)
    Parameters
    Type Name Description
    SignatureType sigType
    Returns
    Type Description
    FixedString32Bytes

    ToOptionalFixedString(SignatureType)

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