C# Class BCNet.Block

Datei anzeigen Open project: GarageGames/Bitcoin Class Usage Examples

Public Properties

Property Type Description
mHeader BlockHeader
mHeight int
mLastRequestTime System.DateTime
mTransactions List

Public Methods

Method Description
Block ( ) : System
Load ( BinaryReader br ) : void
Save ( BinaryWriter bw ) : void

Method Details

Block() public method

public Block ( ) : System
return System

Load() public method

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Property Details

mHeader public_oe property

public BlockHeader,BCNet mHeader
return BlockHeader

mHeight public_oe property

public int mHeight
return int

mLastRequestTime public_oe property

public DateTime,System mLastRequestTime
return System.DateTime

mTransactions public_oe property

public List mTransactions
return List