Show / Hide Table of Contents

    Class VRFPublicKey

    Inheritance
    System.Object
    VRFPublicKey
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Algorand
    Assembly: Algorand.dll
    Syntax
    [JsonConverter(typeof(BytesConverter))]
    public class VRFPublicKey

    Constructors

    | Improve this Doc View Source

    VRFPublicKey()

    Declaration
    public VRFPublicKey()
    | Improve this Doc View Source

    VRFPublicKey(Byte[])

    Declaration
    [JsonConstructor]
    public VRFPublicKey(byte[] bytes)
    Parameters
    Type Name Description
    System.Byte[] bytes

    Properties

    | Improve this Doc View Source

    Bytes

    Declaration
    public byte[] Bytes { get; }
    Property Value
    Type Description
    System.Byte[]

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX