atomicals / atomicals-electrumx

Electrumx Atomicals Indexer Server
MIT License
187 stars 55 forks source link

Add endpoints to obtain burning and transaction details #189

Closed wizz-wallet-dev closed 5 months ago

wizz-wallet-dev commented 5 months ago
  1. Adds blockchain.atomicals.validate_psbt_blueprint and blockchain.atomicals.validate_tx_blueprint. blockchain.atomcials.validate provides a straight validation about FT transfer, yet doesn't return a human-readable output. The new method takes the result and makes conversions.
  2. Adds blockchain.atomicals.decode_psbt and blockchain.atomicals.decode_tx. They decode the transaction and return operations, burns, inputs, outputs, and Atomicals.
shadowv0vshadow commented 5 months ago

LGTM!