GLAM Mint StagingStaging
acl_gate_setup_extra_metas
Manages token ACL gate data for `setup extra metas`.
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 | 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. |
| mint_config | read-only | Token mint account used by the instruction. |
| extra_metas | writable | Program-derived account used by this instruction; clients should prefer SDK helpers when available. |
| token_acl_gate_program | read-only | Fixed program or sysvar account required by this instruction. |
| system_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.