C# 클래스 CentralMine.NET.WorkBlock

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

공개 프로퍼티들

프로퍼티 타입 설명
data byte[]
data64 byte[]
hash1 byte[]
mAlgorithm HashAlgorithm
mHashMan HashManager
midstate byte[]
strData string
strHash1 string
strMidstate string
strTarget string
target byte[]

공개 메소드들

메소드 설명
GetSolutionString ( uint solution ) : string
ToString ( ) : string
WorkBlock ( ) : System
WorkBlock ( Newtonsoft.Json.Linq.JObject obj ) : System

메소드 상세

GetSolutionString() 공개 메소드

public GetSolutionString ( uint solution ) : string
solution uint
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WorkBlock() 공개 메소드

public WorkBlock ( ) : System
리턴 System

WorkBlock() 공개 메소드

public WorkBlock ( Newtonsoft.Json.Linq.JObject obj ) : System
obj Newtonsoft.Json.Linq.JObject
리턴 System

프로퍼티 상세

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

data64 공개적으로 프로퍼티

public byte[] data64
리턴 byte[]

hash1 공개적으로 프로퍼티

public byte[] hash1
리턴 byte[]

mAlgorithm 공개적으로 프로퍼티

public HashAlgorithm mAlgorithm
리턴 HashAlgorithm

mHashMan 공개적으로 프로퍼티

public HashManager,CentralMine.NET mHashMan
리턴 HashManager

midstate 공개적으로 프로퍼티

public byte[] midstate
리턴 byte[]

strData 공개적으로 프로퍼티

public string strData
리턴 string

strHash1 공개적으로 프로퍼티

public string strHash1
리턴 string

strMidstate 공개적으로 프로퍼티

public string strMidstate
리턴 string

strTarget 공개적으로 프로퍼티

public string strTarget
리턴 string

target 공개적으로 프로퍼티

public byte[] target
리턴 byte[]