Esempio n. 1
0
 public override TransactionInfoEx GetTransaction(TransactionBlock previousBlock)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 // This method compares this and previous blocks and returns the delta, which is the actual transaction represented by the block.
 // the trans amount is always positive, and it counts for the fee if transacting main currency,
 // so the actual implementation will be different for send and receive blocks
 public abstract TransactionInfoEx GetTransaction(TransactionBlock previousBlock);
Esempio n. 3
0
 public virtual BalanceChanges GetBalanceChanges(TransactionBlock previousBlock)
 {
     throw new NotImplementedException();
 }