GLAM ConfigProduction
delete_asset_meta
Deletes asset/oracle metadata from GLAM config.
Handler narrative
- Load the GLAM state or program account required by the instruction and verify the signer.
- Verify global config authority, then create, update, or remove protocol-wide fee/referrer/asset metadata.
Required conditions
- The submitted accounts must match the declared account list, signer requirements, writable requirements, fixed program addresses, and account relationships shown below.
Accounts
| Account | Role | Description |
|---|---|---|
| global_config | writable | Program-derived account used by this instruction; clients should prefer SDK helpers when available. |
| admin | signer, writable | Instruction-specific account supplied by the caller or SDK. |
| system_program | read-only | Standard Solana program account required by the instruction. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| asset | pubkey | Asset mint whose metadata mapping should be removed. |
| oracle | pubkey | Oracle account paired with the asset metadata entry being removed. |
Policy & permissions
- No external integration enablement is required beyond the program-level functionality involved in this instruction.
- Caller must be the owner or a delegate with the explicit protocol permission required by this instruction.
Cross-instruction constraints
- No additional cross-instruction constraint is documented beyond account initialization, authority checks, and policy validation.