Get asset data for a UTXO - only returns ordinal/inscription types
The UTXO to analyze
Promise<ProtectedAssetData | null> Asset data if found, null otherwise
Get inscription data for a UTXO if it contains an inscription
The UTXO to analyze
Promise<InscriptionData | null> Inscription data if found, null otherwise
Check if a UTXO contains protected ordinals/inscriptions
The UTXO to check
Promise
Ordinals-specific detector interface
This interface is specifically for detecting Bitcoin ordinals and inscriptions. It provides methods optimized for ordinals detection workflows.