Class Signature
A raw serializable signature class.
Inheritance
System.Object
Signature
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 Signature
Constructors
| Improve this Doc 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 |
---|---|---|
System.Byte[] | rawBytes | bytes |
Properties
| Improve this Doc View SourceBytes
Declaration
public byte[] Bytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Methods
| Improve this Doc View SourceEquals(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()