You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under "Validation" package, implement func "VerifyTransaction", take "Transaciton","Transaction Pool", "Blockchain State" as inputs. The func will do following validations:
Transcation Well format
No duplicated inputs
Asset Precision check
inputs/outputs balance
double spend
Transcation's programs should be passed via VM
The text was updated successfully, but these errors were encountered:
Implement transaction verfication functions
Berif Description:
Under "Validation" package, implement func "VerifyTransaction", take "Transaciton","Transaction Pool", "Blockchain State" as inputs. The func will do following validations:
Transcation Well format
No duplicated inputs
Asset Precision check
inputs/outputs balance
double spend
Transcation's programs should be passed via VM
The text was updated successfully, but these errors were encountered: