Search Results for

    Show / Hide Table of Contents

    Struct CatchpointStartResponse

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct CatchpointStartResponse : IEquatable<CatchpointStartResponse>

    Properties

    CatchupMessage

    Catchup start response string

    Declaration
    [AlgoApiField("catchup-message")]
    public string CatchupMessage { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(CatchpointStartResponse)

    Declaration
    public bool Equals(CatchpointStartResponse other)
    Parameters
    Type Name Description
    CatchpointStartResponse other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾