Show / Hide Table of Contents

    Interface ISignature

    Namespace: Catalyst.Abstractions.Cryptography
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface ISignature

    Properties

    | Improve this Doc View Source

    PublicKeyBytes

    Declaration
    byte[] PublicKeyBytes { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    SignatureBytes

    Declaration
    byte[] SignatureBytes { get; }
    Property Value
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network