Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
BCNet
Block
C# Class BCNet.Block
Mostrar archivo
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