Struct StateProofResponse
StateProofResponse wraps the StateProof type in a response.
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
Properties
WrappedValue
Declaration
public StateProof WrappedValue { get; set; }
Property Value
Methods
Equals(StateProofResponse)
Declaration
public bool Equals(StateProofResponse other)
Parameters
Returns
Operators
Implicit(StateProof to StateProofResponse)
Declaration
public static implicit operator StateProofResponse(StateProof value)
Parameters
Returns
Implicit(StateProofResponse to StateProof)
Declaration
public static implicit operator StateProof(StateProofResponse wrapper)
Parameters
Returns
Implements