GLAM Protocol StagingStaging
delete_assets
Deletes assets.
Accounts
| Account | Role | Description |
|---|---|---|
| glam_state | writable | `glam_state` account required by the `delete_assets` instruction (see program source for the full constraint). |
| glam_signer | signer, writable | `glam_signer` account required by the `delete_assets` instruction (see program source for the full constraint). |
No arguments
Policy & permissions
- Only the GLAM owner can call; delegates are rejected.
- Remaining accounts must be an even-length list of
[mint, vault_ata]pairs. - Cannot delete the base asset; vault token balances must be zero or absent.
- Update is staged through the state timelock when active.