Class Signature
Inheritance
System.Object
Signature
Assembly: Netmavryk.dll
Syntax
public class Signature : object
Constructors
|
Improve this Doc
View Source
Signature(Byte[], Byte[])
Declaration
public Signature(byte[] bytes, byte[] prefix)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
bytes |
|
| System.Byte[] |
prefix |
|
Methods
|
Improve this Doc
View Source
ToBase58()
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ToBytes()
Declaration
Returns
| Type |
Description |
| System.Byte[] |
|
|
Improve this Doc
View Source
ToHex()
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Operators
|
Improve this Doc
View Source
Implicit(Signature to Byte[])
Declaration
public static implicit operator byte[](Signature s)
Parameters
Returns
| Type |
Description |
| System.Byte[] |
|
|
Improve this Doc
View Source
Implicit(Signature to String)
Declaration
public static implicit operator string (Signature s)
Parameters
Returns
| Type |
Description |
| System.String |
|