DeepBookAdminContract class for managing admin actions.
Configuration for DeepBookAdminContract
The name of the stable coin to be added
A function that takes a Transaction object
Add a coin to whitelist of stable coins
The key to identify the pool
The new lot size
The new min size
Adjust the lot size and min size of a pool
The new tick size
Adjust the tick size of a pool
Parameters for creating pool as admin
Create a new pool as admin
The version to be disabled
Disable a specific version
Whether to enable or disable the EWMA state
Enable or disable the EWMA state for a pool
The version to be enabled
Enable a specific version
Initialize the balance manager map
The name of the stable coin to be removed
Remove a coin from whitelist of stable coins
The parameters to set
Set the EWMA parameters for a pool
The treasury address
Sets the treasury address where pool creation fees will be sent
The key of the pool to be unregistered by admin
Unregister a pool as admin
The key of the pool to be updated
Update the allowed versions for a pool
DeepBookAdminContract class for managing admin actions.