GLAMIDL Reference
GLAM MintProduction

update_mint_apply_timelock

Applies a pending timelocked mint update.

Applies toVaultTokenized VaultSingle-Asset Vault

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

AccountRoleDescription
glam_statewritableGLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records.
glam_signersigner, writableCalling authority or fee payer.
glam_mintwritableToken mint account used or validated by this instruction.
request_queueoptionalRequest queue account used by mint subscription or redemption flows.
system_programread-onlySolana System Program.
token_2022_programread-onlyToken-2022 program account.
glam_protocolread-onlyGLAM Protocol program account used for authorization or CPI.

No arguments

Policy & permissions

  • Only the GLAM owner can call this; delegates are rejected.