GLAM ConfigProduction
update_fee_authority
Updates the global GLAM Config fee authority.
Accounts
| Account | Role | Description |
|---|---|---|
| global_config | writable | `global_config` account required by the `update_fee_authority` instruction (see program source for the full constraint). |
| fee_authority | signer | `fee_authority` account required by the `update_fee_authority` instruction (see program source for the full constraint). |
Arguments
| Argument | Type | Notes |
|---|---|---|
| fee_authority | pubkey |
Policy & permissions
- Signer must be the current stored global config
fee_authority. - The supplied pubkey becomes the new fee authority. GLAM state owner/delegate authority is not used.