UNPKG

@agoric/zoe

Version:

Zoe: the Smart Contract Framework for Offer Enforcement

10 lines (9 loc) 161 B
/** * Constants for long and short positions. * * @type {{ LONG: 'long', SHORT: 'short' }} */ export const Position = { LONG: 'long', SHORT: 'short', };