Struct ParticipationKeysResponse
A list of participation keys
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[AlgoApiFormatter(typeof(WrappedValueFormatter<ParticipationKeysResponse, ParticipationKey[]>), "", "", 0)]
public struct ParticipationKeysResponse : IEquatable<ParticipationKeysResponse>, IWrappedValue<ParticipationKey[]>
Constructors
ParticipationKeysResponse(ParticipationKey[])
Declaration
public ParticipationKeysResponse(ParticipationKey[] value)
Parameters
Properties
WrappedValue
Declaration
public ParticipationKey[] WrappedValue { get; set; }
Property Value
Methods
Equals(ParticipationKeysResponse)
Declaration
public bool Equals(ParticipationKeysResponse other)
Parameters
Returns
Operators
Implicit(ParticipationKey[] to ParticipationKeysResponse)
Declaration
public static implicit operator ParticipationKeysResponse(ParticipationKey[] value)
Parameters
Returns
Implicit(ParticipationKeysResponse to ParticipationKey[])
Declaration
public static implicit operator ParticipationKey[](ParticipationKeysResponse wrapper)
Parameters
Returns
Implements