Flow.Net
Show / Hide Table of Contents

Interface ISigner

Namespace: Flow.Net.Sdk.Core.Crypto
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public interface ISigner

Methods

| Improve this Doc View Source

Sign(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[]

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX