SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 1 forks source link

pending validation function #269

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

See: #268

context: validation

Make a validation function that does the following:

Given a contract, a pending balance, and a pending state nonce:

HarryL5004 commented 5 years ago

Completed