Last updated 12 months ago
Interface for the Swap Struct, used in the {Swaplace} implementation.
struct Asset { address addr; uint256 amountOrId; }
struct Swap { address owner; uint256 config; struct ISwap.Asset[] biding; struct ISwap.Asset[] asking; }