GLAM Mint StagingStaging
emergency_update_mint
Emergency mint update path for pausing or changing sensitive mint controls.
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.
Accounts
| Account | Role | Description |
|---|---|---|
| glam_state | read-only | 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 | read-only | Token-2022 mint associated with the GLAM mint or tokenized vault. |
| request_queue | writable | Program-derived queue associated with the mint for queued subscriptions and redemptions. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| args | EmergencyUpdateMintArgs | Instruction parameter object; field details are listed below. Fields: request_type: RequestType; set_paused: bool |