Class Signature
- Namespace
- Aptos
- Assembly
- Aptos.dll
Base signatures for anything signed (not specific to signing transactions/messages). This may include all signatures needed for ZK proofs, Certificates, etc.
public abstract class Signature : Serializable
- Inheritance
-
Signature
- Derived
- Inherited Members
Methods
ToByteArray()
public abstract byte[] ToByteArray()
Returns
- byte[]
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.