GLAM ProtocolProduction
update_mint_params_by_mint_authority
Internal GLAM Mint authority path for mint-parameter updates that are not owner-timelocked.
Accounts
| Account | Role | Description |
|---|---|---|
| glam_state | writable | GLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records. |
| glam_mint | read-only | Token mint account used or validated by this instruction. |
| glam_mint_authority | signer | Token mint account used or validated by this instruction. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| params | vec<EngineField> |
Policy & permissions
- Signer must be
glam_mint_authority(the GLAM mint PDA). Validated mint EngineFields are written directly; the path bypasses owner/timelock authorization.