예제 #1
0
파일: UtxoKey.cs 프로젝트: cwaldron/CafeLib
 public void Read(BinaryReader s)
 {
     N = s.ReadInt32();
     Txid.Read(s);
 }