hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
182 stars 54 forks source link

Add an enum to specify transfer type #196

Closed rafaelcr closed 10 months ago

rafaelcr commented 10 months ago

Inscription transfers should have an enum value that specifies the kind of transfer it represents: regular transfer, sent as fee to miner, sent to unspendable output, etc.

This will help the API discern how it should treat this transfer in BRC-20.

lgalabru commented 10 months ago

Addressed in https://github.com/hirosystems/ordhook/pull/200