Class Signature
A raw serializable signature class.
Inherited Members
Namespace: Algorand
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(BytesConverter))]
[MessagePackObject(false)]
public class Signature
Constructors
| Edit this page View SourceSignature()
default values for serializer to ignore
Declaration
public Signature()
Signature(byte[])
Create a new Signature wrapping the given bytes.
Declaration
[JsonConstructor]
public Signature(byte[] rawBytes)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | rawBytes | bytes |
Properties
| Edit this page View SourceBytes
Declaration
[Key(0)]
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. |