C# 클래스 BitSharper.NetworkParameters

파일 보기 프로젝트 열기: TangibleCryptography/BitSharper 1 사용 예제들

공개 메소드들

메소드 설명
ProdNet ( ) : NetworkParameters

The primary BitCoin chain created by Satoshi.

TestNet ( ) : NetworkParameters

The test chain created by Gavin.

UnitTests ( ) : NetworkParameters

Returns a testnet params modified to allow any difficulty target.

비공개 메소드들

메소드 설명
CreateGenesis ( NetworkParameters n ) : Block
CreateTestNet ( NetworkParameters n ) : NetworkParameters

Sets up the given NetworkParameters with testnet values.

메소드 상세

ProdNet() 공개 정적인 메소드

The primary BitCoin chain created by Satoshi.
public static ProdNet ( ) : NetworkParameters
리턴 NetworkParameters

TestNet() 공개 정적인 메소드

The test chain created by Gavin.
public static TestNet ( ) : NetworkParameters
리턴 NetworkParameters

UnitTests() 공개 정적인 메소드

Returns a testnet params modified to allow any difficulty target.
public static UnitTests ( ) : NetworkParameters
리턴 NetworkParameters