C# Class BitcoinNET.RPCClient.GetMiningInfoResponse

Show file 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 property

public long blocks
return long

currentblocksize public property

public int currentblocksize
return int

currentblocktx public property

public int currentblocktx
return int

difficulty public property

public decimal difficulty
return decimal

errors public property

public string errors
return string

generate public property

public bool generate
return bool

genproclimit public property

public int genproclimit
return int

hashespersec public property

public int hashespersec
return int

pooledtx public property

public int pooledtx
return int

testnet public property

public bool testnet
return bool