IRebalanceMarket
Title: IRebalanceMarket
Author: Merge Layers Inc.
Interface for markets supporting rebalancing extractions.
Functions
extractForRebalancing
Extracts an amount to be used for rebalancing.
function extractForRebalancing(uint256 amount) external;
Parameters
| Name | Type | Description |
|---|---|---|
amount | uint256 | Amount to extract. |