mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
567 B
567 B
Transaction Validation
Generic Validation
- Query the bigchain and check if
current_owneractually owns thehash. - Check if the transaction was signed with
current_ownerprivate key.
Specific Validation
- Query the bigchain and check if
current_owneractually owns thehash. - Check if the transaction was signed with
current_ownerprivate key. - Depending on the
operationadditional checks may need to be performed. This will be specified by the protocol running in the chain e. g. Spool protocol