C# Class CentralMine.NET.US_Wallet

Inheritance: Upstream
Show file Open project: GarageGames/Bitcoin

Public Methods

Method Description
Destroy ( ) : void
GetWorkBlock ( ) : WorkBlock
NewBlockReady ( ) : bool
SubmitWork ( WorkBlock work, uint solution ) : bool
US_Wallet ( ClientManager cm ) : System

Private Methods

Method Description
ThreadFunc ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

GetWorkBlock() public method

public GetWorkBlock ( ) : WorkBlock
return WorkBlock

NewBlockReady() public method

public NewBlockReady ( ) : bool
return bool

SubmitWork() public method

public SubmitWork ( WorkBlock work, uint solution ) : bool
work WorkBlock
solution uint
return bool

US_Wallet() public method

public US_Wallet ( ClientManager cm ) : System
cm ClientManager
return System