Search Results for

    Show / Hide Table of Contents

    Struct ParticipationKeysResponse

    A list of participation keys

    Implements
    IWrappedValue<ParticipationKey[]>
    Namespace: Algorand.Unity.Algod
    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
    Type Name Description
    ParticipationKey[] value

    Properties

    WrappedValue

    Declaration
    public ParticipationKey[] WrappedValue { get; set; }
    Property Value
    Type Description
    ParticipationKey[]

    Methods

    Equals(ParticipationKeysResponse)

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

    Operators

    Implicit(ParticipationKey[] to ParticipationKeysResponse)

    Declaration
    public static implicit operator ParticipationKeysResponse(ParticipationKey[] value)
    Parameters
    Type Name Description
    ParticipationKey[] value
    Returns
    Type Description
    ParticipationKeysResponse

    Implicit(ParticipationKeysResponse to ParticipationKey[])

    Declaration
    public static implicit operator ParticipationKey[](ParticipationKeysResponse wrapper)
    Parameters
    Type Name Description
    ParticipationKeysResponse wrapper
    Returns
    Type Description
    ParticipationKey[]

    Implements

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