thehubbleproject / contracts

Smart contracts for OPRHub protocol ✌🏻
12 stars 10 forks source link

Use bytes rather than struct in processTx #80

Closed vaibhavchellani closed 4 years ago

vaibhavchellani commented 4 years ago

Since the DB is just stores bytes blob per tx and doesn't care about what tx it is, we can save "typing" the blob on the node and just let the on-chain function do that, this will make things more generic on the node