Show / Hide Table of Contents

    Class CatalystSpecProvider

    Inheritance
    System.Object
    CatalystSpecProvider
    Implements
    Nethermind.Core.Specs.ISpecProvider
    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.Core.Modules.Kvm
    Assembly: Catalyst.Core.Modules.Kvm.dll
    Syntax
    public sealed class CatalystSpecProvider : ISpecProvider

    Properties

    | Improve this Doc View Source

    ChainId

    Declaration
    public int ChainId { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DaoBlockNumber

    Declaration
    public long? DaoBlockNumber { get; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    GenesisSpec

    Declaration
    public IReleaseSpec GenesisSpec { get; }
    Property Value
    Type Description
    Nethermind.Core.Specs.IReleaseSpec

    Methods

    | Improve this Doc View Source

    GetSpec(Int64)

    Declaration
    public IReleaseSpec GetSpec(long blockNumber)
    Parameters
    Type Name Description
    System.Int64 blockNumber
    Returns
    Type Description
    Nethermind.Core.Specs.IReleaseSpec

    Implements

    Nethermind.Core.Specs.ISpecProvider
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network