C# Class BitSharp.Examples.ExamplePrograms

Show file Open project: pmlyon/BitSharp

Public Methods

Method Description
ExamplePrograms ( ) : BitSharp.Common
Main ( string args ) : void

Private Methods

Method Description
ChainStateExample ( ) : void
CreateExampleDaemon ( BlockProvider &embeddedBlocks, IStorageManager &storageManager, int maxHeight = null ) : BitSharp.Core.CoreDaemon
ExampleDaemon ( ) : void
ReplayBlockExample ( ) : void
RunAllExamples ( ) : void

Method Details

ExamplePrograms() public method

public ExamplePrograms ( ) : BitSharp.Common
return BitSharp.Common

Main() public static method

public static Main ( string args ) : void
args string
return void