C# 클래스 BitcoinNET.RPCClient.GetMiningInfoResponse

파일 보기 프로젝트 열기: mb300sd/Bitcoin.NET

공개 프로퍼티들

프로퍼티 타입 설명
blocks long
currentblocksize int
currentblocktx int
difficulty decimal
errors string
generate bool
genproclimit int
hashespersec int
pooledtx int
testnet bool

프로퍼티 상세

blocks 공개적으로 프로퍼티

public long blocks
리턴 long

currentblocksize 공개적으로 프로퍼티

public int currentblocksize
리턴 int

currentblocktx 공개적으로 프로퍼티

public int currentblocktx
리턴 int

difficulty 공개적으로 프로퍼티

public decimal difficulty
리턴 decimal

errors 공개적으로 프로퍼티

public string errors
리턴 string

generate 공개적으로 프로퍼티

public bool generate
리턴 bool

genproclimit 공개적으로 프로퍼티

public int genproclimit
리턴 int

hashespersec 공개적으로 프로퍼티

public int hashespersec
리턴 int

pooledtx 공개적으로 프로퍼티

public int pooledtx
리턴 int

testnet 공개적으로 프로퍼티

public bool testnet
리턴 bool