createManagePricesInstruction
Manages price entries and price managers in the ExponentPrices account. Supports adding, removing, and updating price configurations for tokens used in vault valuations. Only callable by registered price managers.Usage
Accounts
| Name | Signer | Writable | Description |
|---|---|---|---|
manager | Yes | Yes | Registered price manager authorizing the changes |
exponentPrices | No | Yes | ExponentPrices account to modify |
Args
| Name | Type | Description |
|---|---|---|
actions | UpdatePriceAction[] | Array of price management actions (add/remove price entries, add/remove managers) |
Returns
TransactionInstruction — a transaction instruction ready to be added to a transaction.