Class Signature
A raw serializable signature class.
Inheritance
object
    Signature
  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 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 | 
|---|---|---|
| byte[] | rawBytes | 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()