GLAM Mint StagingStaging
update_mint_apply_timelock
Applies a pending timelocked mint update.
Required conditions
- Mint actions must satisfy the linked GLAM state, Token-2022 mint configuration, mint policy, and any request queue or escrow state involved in the flow.
- Configuration changes must pass owner or authorized-manager checks and, when the state or mint timelock is active, must follow the propose/apply timing model instead of taking effect immediately.
- The pending change must exist, the configured delay must have elapsed, and the account receiving the change must still match the pending update target.
Accounts
| Account | Role | Description |
|---|---|---|
| glam_state | writable | State account owned by the GLAM Protocol program; it records vault configuration, policies, and pricing records. |
| glam_signer | signer, writable | Calling authority. It must be the owner or a delegate with the explicit permission required by this instruction. |
| glam_mint | writable | Token-2022 mint associated with the GLAM mint or tokenized vault. |
| request_queue | optional | Program-derived queue associated with the mint for queued subscriptions and redemptions. |
| system_program | read-only | Standard Solana program account required by the instruction. |
| token_2022_program | read-only | Standard Solana program account required by the instruction. |
| glam_protocol | read-only | GLAM Protocol program account used for authorization or CPI. |
Arguments
No arguments.
Policy & permissions
- Only the owner is expected. Delegates do not receive this capability by being added; it must be granted explicitly if supported.