Show / Hide Table of Contents

    Class FixedSizeBytes<T>

    Inheritance
    System.Object
    FixedSizeBytes<T>
    Byte32
    Byte64
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Abstractions.Types
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public abstract class FixedSizeBytes<T>
    
        where T : FixedSizeBytes<T>, new()
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    RawBytes

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

    Size

    Declaration
    protected abstract int Size { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    RandomBytes()

    Declaration
    public static T RandomBytes()
    Returns
    Type Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network