C# 클래스 BCNet.Transaction

파일 보기 프로젝트 열기: GarageGames/Bitcoin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mComment byte[]
mInputs List
mLockTime uint
mOutputs List
mTimestamp uint
mVersion uint

공개 메소드들

메소드 설명
Load ( BinaryReader br ) : void
Save ( BinaryWriter bw ) : void
Transaction ( ) : System

메소드 상세

Load() 공개 메소드

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

Transaction() 공개 메소드

public Transaction ( ) : System
리턴 System

프로퍼티 상세

mComment 공개적으로 프로퍼티

public byte[] mComment
리턴 byte[]

mInputs 공개적으로 프로퍼티

public List mInputs
리턴 List

mLockTime 공개적으로 프로퍼티

public uint mLockTime
리턴 uint

mOutputs 공개적으로 프로퍼티

public List mOutputs
리턴 List

mTimestamp 공개적으로 프로퍼티

public uint mTimestamp
리턴 uint

mVersion 공개적으로 프로퍼티

public uint mVersion
리턴 uint