UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

10 lines 202 B
/** * Constants for long and short positions. * * @type {{ LONG: 'long', SHORT: 'short' }} */ export const Position: { LONG: "long"; SHORT: "short"; }; //# sourceMappingURL=position.d.ts.map