C# Class HashrateCalculator.Transaction

Show file 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
Transaction ( ) : System

Method Details

Transaction() public method

public Transaction ( ) : System
return System

Property Details

mComment public property

public byte[] mComment
return byte[]

mInputs public property

public List mInputs
return List

mLockTime public property

public uint mLockTime
return uint

mOutputs public property

public List mOutputs
return List

mTimestamp public property

public uint mTimestamp
return uint

mVersion public property

public uint mVersion
return uint