GLAMIDL Reference

acl_gate_remove_wallet

Manages token ACL gate data for `remove wallet`.

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.

Accounts

AccountRoleDescription
glam_stateread-onlyGLAM 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.
list_configwritableACL gate list configuration account used to manage wallet allowlist entries.
wallet_entrywritableWallet entry PDA being removed from the ACL gate list.
token_acl_gate_programread-onlytoken ACL gate program account invoked or checked by this instruction.
system_programread-onlySolana System Program.
glam_protocolread-onlyGLAM Protocol program account used for authorization or CPI.

No arguments

Policy & permissions

  • Signer must be the GLAM owner or a delegate holding Mint TokenAclManageList.
  • CPIs to Token ACL Gate to remove a wallet entry from the list.