Search Results for

    Show / Hide Table of Contents

    Struct ParticipationPublicKey

    Participation Public Key used for account registration.

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

    Fields

    SizeBytes

    Declaration
    public const int SizeBytes = default(int)
    Field Value
    Type Description
    Int32

    Properties

    Item[Int32]

    Declaration
    public byte this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    Byte

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    Int32

    Methods

    Equals(ParticipationPublicKey)

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

    GetUnsafePtr()

    Declaration
    public void *GetUnsafePtr()
    Returns
    Type Description
    Void*

    Operators

    Implicit(ParticipationPublicKey to Ed25519.PublicKey)

    Declaration
    public static implicit operator Ed25519.PublicKey(ParticipationPublicKey partPk)
    Parameters
    Type Name Description
    ParticipationPublicKey partPk
    Returns
    Type Description
    Ed25519.PublicKey

    Implicit(Ed25519.PublicKey to ParticipationPublicKey)

    Declaration
    public static implicit operator ParticipationPublicKey(Ed25519.PublicKey pk)
    Parameters
    Type Name Description
    Ed25519.PublicKey pk
    Returns
    Type Description
    ParticipationPublicKey

    Explicit Interface Implementations

    IWrappedValue<Ed25519.PublicKey>.WrappedValue

    Declaration
    Ed25519.PublicKey IWrappedValue<Ed25519.PublicKey>.WrappedValue { get; set; }
    Returns
    Type Description
    Ed25519.PublicKey

    Implements

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