Show / Hide Table of Contents

    Class CatalystGenesisSpec

    Inheritance
    System.Object
    CatalystGenesisSpec
    Implements
    Nethermind.Core.Specs.IReleaseSpec
    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 CatalystGenesisSpec : IReleaseSpec

    Properties

    | Improve this Doc View Source

    BlockReward

    Declaration
    public UInt256 BlockReward { get; }
    Property Value
    Type Description
    UInt256
    | Improve this Doc View Source

    DifficultyBombDelay

    Declaration
    public long DifficultyBombDelay { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    DifficultyBoundDivisor

    Declaration
    public long DifficultyBoundDivisor { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    GasLimitBoundDivisor

    Declaration
    public long GasLimitBoundDivisor { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Instance

    Declaration
    public static CatalystGenesisSpec Instance { get; }
    Property Value
    Type Description
    CatalystGenesisSpec
    | Improve this Doc View Source

    IsEip100Enabled

    Declaration
    public bool IsEip100Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip1014Enabled

    Declaration
    public bool IsEip1014Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip1052Enabled

    Declaration
    public bool IsEip1052Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip1108Enabled

    Declaration
    public bool IsEip1108Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip1234Enabled

    Declaration
    public bool IsEip1234Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip1283Enabled

    Declaration
    public bool IsEip1283Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip1344Enabled

    Declaration
    public bool IsEip1344Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip140Enabled

    Declaration
    public bool IsEip140Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip145Enabled

    Declaration
    public bool IsEip145Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip150Enabled

    Declaration
    public bool IsEip150Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip152Enabled

    Declaration
    public bool IsEip152Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip155Enabled

    Declaration
    public bool IsEip155Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip158Enabled

    Declaration
    public bool IsEip158Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip160Enabled

    Declaration
    public bool IsEip160Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip170Enabled

    Declaration
    public bool IsEip170Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip1884Enabled

    Declaration
    public bool IsEip1884Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip196Enabled

    Declaration
    public bool IsEip196Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip197Enabled

    Declaration
    public bool IsEip197Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip198Enabled

    Declaration
    public bool IsEip198Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip2028Enabled

    Declaration
    public bool IsEip2028Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip211Enabled

    Declaration
    public bool IsEip211Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip214Enabled

    Declaration
    public bool IsEip214Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip2200Enabled

    Declaration
    public bool IsEip2200Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip2Enabled

    Declaration
    public bool IsEip2Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip649Enabled

    Declaration
    public bool IsEip649Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip658Enabled

    Declaration
    public bool IsEip658Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEip7Enabled

    Declaration
    public bool IsEip7Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsTimeAdjustmentPostOlympic

    Declaration
    public bool IsTimeAdjustmentPostOlympic { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MaxCodeSize

    Declaration
    public long MaxCodeSize { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    MaximumExtraDataSize

    Declaration
    public long MaximumExtraDataSize { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    MaximumUncleCount

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

    MinGasLimit

    Declaration
    public long MinGasLimit { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Registrar

    Declaration
    public Address Registrar { get; }
    Property Value
    Type Description
    Nethermind.Core.Address

    Methods

    | Improve this Doc View Source

    IsEip158IgnoredAccount(Address)

    Declaration
    public bool IsEip158IgnoredAccount(Address address)
    Parameters
    Type Name Description
    Nethermind.Core.Address address
    Returns
    Type Description
    System.Boolean

    Implements

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