compose_destroy
Compose a transaction to permanently destroy (burn) Counterparty tokens, specifying the source address, asset, and quantity. Use this to remove tokens from circulation.
Instructions
Compose a transaction to permanently destroy (burn) Counterparty tokens
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag/memo for the destruction | |
| asset | Yes | Asset to destroy | |
| address | Yes | Source Bitcoin address | |
| quantity | Yes | Raw integer amount to destroy. For divisible: human amount * 10^8. | |
| inputs_set | No | Comma-separated UTXOs to use as inputs (txid:vout) | |
| sat_per_vbyte | No | Fee rate in satoshis per virtual byte (e.g. 1, 5.5, 0.15). Check get_fee_estimate for current market rates. |