Work on integration with python counterpart

This commit is contained in:
kayibal
2023-11-06 12:42:07 +00:00
parent c30bd285cf
commit 18f0cf1b45
4 changed files with 33 additions and 20 deletions

View File

@@ -12,9 +12,9 @@ interface IPairFunctionTypes {
}
/// @dev The Capabilities enum represents possible features of a trading pair.
enum Capabilities
// Support SwapSide.Sell values (required)
{
enum Capabilities {
Unset,
// Support SwapSide.Sell values (required)
SellSide,
// Support SwapSide.Buy values (optional)
BuySide,