C# Class CentralMine.NET.WorkBlock

Afficher le fichier Open project: GarageGames/Bitcoin Class Usage Examples

Méthodes publiques

Свойство Type Description
data byte[]
data64 byte[]
hash1 byte[]
mAlgorithm HashAlgorithm
mHashMan HashManager
midstate byte[]
strData string
strHash1 string
strMidstate string
strTarget string
target byte[]

Méthodes publiques

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

Method Details

GetSolutionString() public méthode

public GetSolutionString ( uint solution ) : string
solution uint
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

WorkBlock() public méthode

public WorkBlock ( ) : System
Résultat System

WorkBlock() public méthode

public WorkBlock ( Newtonsoft.Json.Linq.JObject obj ) : System
obj Newtonsoft.Json.Linq.JObject
Résultat System

Property Details

data public_oe property

public byte[] data
Résultat byte[]

data64 public_oe property

public byte[] data64
Résultat byte[]

hash1 public_oe property

public byte[] hash1
Résultat byte[]

mAlgorithm public_oe property

public HashAlgorithm mAlgorithm
Résultat HashAlgorithm

mHashMan public_oe property

public HashManager,CentralMine.NET mHashMan
Résultat HashManager

midstate public_oe property

public byte[] midstate
Résultat byte[]

strData public_oe property

public string strData
Résultat string

strHash1 public_oe property

public string strHash1
Résultat string

strMidstate public_oe property

public string strMidstate
Résultat string

strTarget public_oe property

public string strTarget
Résultat string

target public_oe property

public byte[] target
Résultat byte[]