C# Class BitcoinNET.RPCClient.GetMiningInfoResponse

ファイルを表示 Open project: mb300sd/Bitcoin.NET

Public Properties

Property Type Description
blocks long
currentblocksize int
currentblocktx int
difficulty decimal
errors string
generate bool
genproclimit int
hashespersec int
pooledtx int
testnet bool

Property Details

blocks public_oe property

public long blocks
return long

currentblocksize public_oe property

public int currentblocksize
return int

currentblocktx public_oe property

public int currentblocktx
return int

difficulty public_oe property

public decimal difficulty
return decimal

errors public_oe property

public string errors
return string

generate public_oe property

public bool generate
return bool

genproclimit public_oe property

public int genproclimit
return int

hashespersec public_oe property

public int hashespersec
return int

pooledtx public_oe property

public int pooledtx
return int

testnet public_oe property

public bool testnet
return bool