ITradingInteractions
Contains the types for the GNSTradingInteractions facet
TradingInteractionsStorage
struct TradingInteractionsStorage {
address senderOverride;
uint16 marketOrdersTimeoutBlocks;
uint80 __placeholder;
mapping(address => address) delegations;
mapping(address => bool) byPassTriggerLink;
uint256[47] __gap;
}
Was this helpful?