Class ParticipationPublicKey
A serializable class representing a participation key.
Inheritance
object
ParticipationPublicKey
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 ParticipationPublicKey
Constructors
| Improve this Doc View SourceParticipationPublicKey()
default values for serializer to ignore
Declaration
public ParticipationPublicKey()
ParticipationPublicKey(byte[])
Create a new participation key
Declaration
[JsonConstructor]
public ParticipationPublicKey(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
byte[] | bytes | a length 32 byte array |
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()