C# Class CentralMine.NET.WorkBlock

Exibir arquivo 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_oe property

public byte[] data
return byte[]

data64 public_oe property

public byte[] data64
return byte[]

hash1 public_oe property

public byte[] hash1
return byte[]

mAlgorithm public_oe property

public HashAlgorithm mAlgorithm
return HashAlgorithm

mHashMan public_oe property

public HashManager,CentralMine.NET mHashMan
return HashManager

midstate public_oe property

public byte[] midstate
return byte[]

strData public_oe property

public string strData
return string

strHash1 public_oe property

public string strHash1
return string

strMidstate public_oe property

public string strMidstate
return string

strTarget public_oe property

public string strTarget
return string

target public_oe property

public byte[] target
return byte[]