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.
Adds blockchain.atomicals.decode_psbt and blockchain.atomicals.decode_tx.
They decode the transaction and return operations, burns, inputs, outputs, and Atomicals.
blockchain.atomicals.validate_psbt_blueprint
andblockchain.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.blockchain.atomicals.decode_psbt
andblockchain.atomicals.decode_tx
. They decode the transaction and return operations, burns, inputs, outputs, and Atomicals.