public void Setup()
 {
     this.chainblock = new Chainblock();
     //this.transaction = new Transaction();
 }
Esempio n. 2
0
 public void Init()
 {
     this.chainblock  = new Chainblock();
     this.transaction = new Transaction(1, TransactionStatus.Successfull, "Ivan", "Stoyan", 250.20);
 }