Class VRFPublicKey
Inherited Members
Namespace: Algorand
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(VRFPublicKeyConverterJson))]
[MessagePackObject(false)]
[MessagePackFormatter(typeof(VRFPublicKeyFormatterMsgPack))]
public class VRFPublicKey
Constructors
| Edit this page View SourceVRFPublicKey()
Declaration
public VRFPublicKey()
VRFPublicKey(byte[])
Declaration
[JsonConstructor]
public VRFPublicKey(byte[] bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | bytes |
Properties
| Edit this page View SourceBytes
Declaration
[IgnoreMember]
public byte[] Bytes { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Methods
| Edit this page View SourceEquals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
| Edit this page View SourceGetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for the current object. |