Slide 22
Slide 22 text
UTXO vs Account
UTXO Account
Tx structure • input, output, lock and unlocking script • sender, receiver, amount, signature
Validation
• validate check UTXO is unspent and is from
the sender
• Check that the sender's balance is sufficient
and the signature is valid
Recording the
state
• The movement of asset is Directed acyclic
graph(DAG)
• key and value database of network states
Advantages
• Parallel processing possible
• easy to implement sharding
• excellent anonymity/security
• Easy to develop smart contract
• Easy to create transaction history for a single
user
Disadvantage • Smart contract design is complex
• Need to prepare a plan to prevent double
payment
• Difficulty in parallel processing