C# Class CentralMine.NET.WorkBlock

Show file Open project: GarageGames/Bitcoin Class Usage Examples

Public Properties

Property Type Description
data byte[]
data64 byte[]
hash1 byte[]
mAlgorithm HashAlgorithm
mHashMan HashManager
midstate byte[]
strData string
strHash1 string
strMidstate string
strTarget string
target byte[]

Public Methods

Method Description
GetSolutionString ( uint solution ) : string
ToString ( ) : string
WorkBlock ( ) : System
WorkBlock ( Newtonsoft.Json.Linq.JObject obj ) : System

Method Details

GetSolutionString() public method

public GetSolutionString ( uint solution ) : string
solution uint
return string

ToString() public method

public ToString ( ) : string
return string

WorkBlock() public method

public WorkBlock ( ) : System
return System

WorkBlock() public method

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

Property Details

data public property

public byte[] data
return byte[]

data64 public property

public byte[] data64
return byte[]

hash1 public property

public byte[] hash1
return byte[]

mAlgorithm public property

public HashAlgorithm mAlgorithm
return HashAlgorithm

mHashMan public property

public HashManager,CentralMine.NET mHashMan
return HashManager

midstate public property

public byte[] midstate
return byte[]

strData public property

public string strData
return string

strHash1 public property

public string strHash1
return string

strMidstate public property

public string strMidstate
return string

strTarget public property

public string strTarget
return string

target public property

public byte[] target
return byte[]