Interface ISigner
Namespace: Flow.Net.Sdk.Core.Crypto
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public interface ISigner
Methods
| Improve this Doc View SourceSign(Byte[])
Signs the given message.
Declaration
byte[] Sign(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | bytes |
Returns
Type | Description |
---|---|
Byte[] | A signed message as Byte[] |