issues
search
voltairelabs
/
plasma
Ethereum plasma implementation
MIT License
49
stars
14
forks
source link
Add UTXO APIs
#6
Closed
jdkanani
closed
6 years ago
jdkanani
commented
6 years ago
Add UTXO APIs. Store UTXOs in DB, indexed by address, block number, tx index, and output index
Prevent duplicate transactions in tx pool
Prevent spent transaction in
sendTx
API
jdkanani
commented
6 years ago
Pushed utility functions for clarity.
sendTx
API