stampchain-io / btc_stamps

Bitcoin Stamps Indexer
https://stampchain.io
GNU Affero General Public License v3.0
9 stars 2 forks source link

handle bulk_transfer for SRC-20 issue #291 #302

Closed reinamora137 closed 2 weeks ago

reinamora137 commented 2 weeks ago

assuming:

{
 "p": "SRC-20",
 "op": "XFER",
 "tick": "LUFFY",
 "transactions": [
   {"amt": "1000", "dest": "dest1"},
   {"amt": "100", "dest": "dest2"}
 ]
}