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 SourceChainId
Declaration
public int ChainId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DaoBlockNumber
Declaration
public long? DaoBlockNumber { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
GenesisSpec
Declaration
public IReleaseSpec GenesisSpec { get; }
Property Value
Type | Description |
---|---|
Nethermind.Core.Specs.IReleaseSpec |
Methods
| Improve this Doc View SourceGetSpec(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