spl-token_burn
Reduce the supply of an SPL token by burning a specified amount from an owner's token account. Specify the token mint, owner, and amount to destroy tokens.
Instructions
Burn SPL tokens from the owner's token account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Token mint address (base58) | |
| owner | Yes | Token account owner | |
| amount | Yes | Amount to burn |