C# Class BCNet.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
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 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