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
Thoughts -
In that case a transaction should have Input and Output. Multiple outputs can be created from a single Input or clubbing multiple Inputs.
These outputs should be updated in UTXO (unspent transactions)
Every transaction inputs must be checked with the outputs in UTXO and UTXO should be updated once transaction input/s is used to create another transactions output/s
Inputs used in the transaction must be greater than or equal to Outputs in that Transaction
Create a function that validates the transaction by confirming the below rules:
The text was updated successfully, but these errors were encountered: