Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
BCNet
Transaction
C# Class BCNet.Transaction
Exibir arquivo
Open project: GarageGames/Bitcoin
Class Usage Examples
Public Properties
Property
Type
Description
mComment
byte[]
mInputs
List
mLockTime
uint
mOutputs
List
mTimestamp
uint
mVersion
uint
Public Methods
Method
Description
Load
(
BinaryReader
br
) :
void
Save
(
BinaryWriter
bw
) :
void
Transaction
( ) :
System
Method Details
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
Transaction()
public
method
public
Transaction
( ) :
System
return
System
Property Details
mComment
public_oe property
public
byte[]
mComment
return
byte[]
mInputs
public_oe property
public
List
mInputs
return
List
mLockTime
public_oe property
public
uint
mLockTime
return
uint
mOutputs
public_oe property
public
List
mOutputs
return
List
mTimestamp
public_oe property
public
uint
mTimestamp
return
uint
mVersion
public_oe property
public
uint
mVersion
return
uint