Closed shuse2 closed 5 years ago
Transaction was not able to hold blockchain related properties.
Add blockchain properties in constructor, and toJSON
instantiate the transaction with blockId, height and condirmations, and call toJSON to make sure it holds the data
blockId
height
condirmations
What was the problem?
Transaction was not able to hold blockchain related properties.
How did I fix it?
Add blockchain properties in constructor, and toJSON
How to test it?
instantiate the transaction with
blockId
,height
andcondirmations
, and call toJSON to make sure it holds the dataReview checklist