Generic protection detection interface Implementations should check for specific asset types (ordinals, stamps, etc.)
Get detailed asset data for a protected UTXO
The UTXO to analyze
Promise<ProtectedAssetData | null> Asset data if protected, null otherwise
Check if a UTXO contains protected assets
The UTXO to check
Promise True if the UTXO should be protected
Generic protection detection interface Implementations should check for specific asset types (ordinals, stamps, etc.)