GLAM ProtocolProduction
link_unlink_mint_by_mint_authority
Internal GLAM Mint authority flow for linking or unlinking a Token-2022 mint to GLAM state.
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 |
|---|---|---|
| link | bool |
Policy & permissions
- Signer must be
glam_mint_authority(the GLAM mint PDA). Owner and delegate signers are not accepted; this is an internal callback path used by GLAM Mint to link or unlinkstate.mint.