Search Results for

    Show / Hide Table of Contents

    Struct VrfPubKey

    32 byte public key required for SelectionParticipationKey

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiFormatter(typeof(ByteArrayFormatter<VrfPubKey>))]
    [Serializable]
    public struct VrfPubKey : IEquatable<VrfPubKey>, IByteArray

    Fields

    SizeBytes

    Declaration
    public const int SizeBytes = 32
    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(VrfPubKey)

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

    GetUnsafePtr()

    Declaration
    public void *GetUnsafePtr()
    Returns
    Type Description
    Void*
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾