GLAM ProtocolProduction
reset_priced_protocols_by_mint_authority
Internal GLAM Mint authority flow for clearing priced-protocol records before repricing.
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. |
No arguments
Policy & permissions
- Signer must be
glam_mint_authority(the GLAM mint PDA). Owner and delegate signers are not accepted; the instruction clearspriced_protocolsand is an internal callback path used by GLAM Mint.