Beispiel #1
0
 void SetNull()
 {
     if (header != null)
     {
         header.SetNull();
     }
     vtx.Clear();
 }
Beispiel #2
0
 void SetNull()
 {
     header.SetNull();
     vtx.Clear();
 }
Beispiel #3
0
 private void SetNull()
 {
     header.SetNull();
     _graphs.Clear();
 }
Beispiel #4
0
 void SetNull()
 {
     header.SetNull();
     vtx.Clear();
     blockSignature.SetNull();
 }
Beispiel #5
0
 void SetNull()
 {
     header.SetNull();
     vtx = new Transaction[0];
 }