Search Results for

    Show / Hide Table of Contents

    Struct ParticipationKeyResponse

    A detailed description of a participation ID

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

    Constructors

    ParticipationKeyResponse(ParticipationKey)

    Declaration
    public ParticipationKeyResponse(ParticipationKey value)
    Parameters
    Type Name Description
    ParticipationKey value

    Properties

    WrappedValue

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

    Methods

    Equals(ParticipationKeyResponse)

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

    Operators

    Implicit(ParticipationKey to ParticipationKeyResponse)

    Declaration
    public static implicit operator ParticipationKeyResponse(ParticipationKey value)
    Parameters
    Type Name Description
    ParticipationKey value
    Returns
    Type Description
    ParticipationKeyResponse

    Implicit(ParticipationKeyResponse to ParticipationKey)

    Declaration
    public static implicit operator ParticipationKey(ParticipationKeyResponse wrapper)
    Parameters
    Type Name Description
    ParticipationKeyResponse wrapper
    Returns
    Type Description
    ParticipationKey

    Implements

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