Class VRFPublicKey
Inheritance
object
VRFPublicKey
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(BytesConverter))]
public class VRFPublicKey
Constructors
| Improve this Doc View SourceVRFPublicKey()
Declaration
public VRFPublicKey()
VRFPublicKey(byte[])
Declaration
[JsonConstructor]
public VRFPublicKey(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
byte[] | bytes |
Properties
| Improve this Doc View SourceBytes
Declaration
public byte[] Bytes { get; }
Property Value
Type | Description |
---|---|
byte[] |
Methods
| Improve this Doc View SourceEquals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |
Overrides
object.Equals(object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
object.GetHashCode()