UNPKG

@parifi/synthetix-sdk-ts

Version:

A Typescript SDK for interactions with the Synthetix protocol

10 lines 227 B
// src/spot/interface.ts var Side = /* @__PURE__ */ ((Side2) => { Side2[Side2["BUY"] = 0] = "BUY"; Side2[Side2["SELL"] = 1] = "SELL"; return Side2; })(Side || {}); export { Side }; //# sourceMappingURL=interface.mjs.map