Search Results for

    Show / Hide Table of Contents

    Struct StateProofResponse

    StateProofResponse wraps the StateProof type in a response.

    Implements
    IWrappedValue<StateProof>
    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(WrappedValueFormatter<StateProofResponse, StateProof>), "", "", 0)]
    public struct StateProofResponse : IEquatable<StateProofResponse>, IWrappedValue<StateProof>

    Constructors

    StateProofResponse(StateProof)

    Declaration
    public StateProofResponse(StateProof value)
    Parameters
    Type Name Description
    StateProof value

    Properties

    WrappedValue

    Declaration
    public StateProof WrappedValue { get; set; }
    Property Value
    Type Description
    StateProof

    Methods

    Equals(StateProofResponse)

    Declaration
    public bool Equals(StateProofResponse other)
    Parameters
    Type Name Description
    StateProofResponse other
    Returns
    Type Description
    Boolean

    Operators

    Implicit(StateProof to StateProofResponse)

    Declaration
    public static implicit operator StateProofResponse(StateProof value)
    Parameters
    Type Name Description
    StateProof value
    Returns
    Type Description
    StateProofResponse

    Implicit(StateProofResponse to StateProof)

    Declaration
    public static implicit operator StateProof(StateProofResponse wrapper)
    Parameters
    Type Name Description
    StateProofResponse wrapper
    Returns
    Type Description
    StateProof

    Implements

    IWrappedValue<T>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾