C# Class HashrateCalculator.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
Transaction ( ) : System

Method Details

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