C# Class BCNet.Transaction

Afficher le fichier Open project: GarageGames/Bitcoin Class Usage Examples

Méthodes publiques

Свойство Type Description
mComment byte[]
mInputs List
mLockTime uint
mOutputs List
mTimestamp uint
mVersion uint

Méthodes publiques

Méthode Description
Load ( BinaryReader br ) : void
Save ( BinaryWriter bw ) : void
Transaction ( ) : System

Method Details

Load() public méthode

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Transaction() public méthode

public Transaction ( ) : System
Résultat System

Property Details

mComment public_oe property

public byte[] mComment
Résultat byte[]

mInputs public_oe property

public List mInputs
Résultat List

mLockTime public_oe property

public uint mLockTime
Résultat uint

mOutputs public_oe property

public List mOutputs
Résultat List

mTimestamp public_oe property

public uint mTimestamp
Résultat uint

mVersion public_oe property

public uint mVersion
Résultat uint