Search Results for

    Show / Hide Table of Contents

    Class ResponseFormatExtensions

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

    Fields

    JsonFixedString

    Declaration
    public static readonly FixedString32Bytes JsonFixedString
    Field Value
    Type Description
    FixedString32Bytes

    JsonString

    Declaration
    public const string JsonString = "json"
    Field Value
    Type Description
    String

    MessagePackFixedString

    Declaration
    public static readonly FixedString32Bytes MessagePackFixedString
    Field Value
    Type Description
    FixedString32Bytes

    MessagePackString

    Declaration
    public const string MessagePackString = "msgpack"
    Field Value
    Type Description
    String

    TypeToString

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

    Methods

    ToFixedString(ResponseFormat)

    Declaration
    public static FixedString32Bytes ToFixedString(this ResponseFormat responseFormat)
    Parameters
    Type Name Description
    ResponseFormat responseFormat
    Returns
    Type Description
    FixedString32Bytes

    ToOptionalFixedString(ResponseFormat)

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