order keys

This commit is contained in:
Daniel Lugo 2020-01-13 15:59:38 -04:00
parent 500e7eb2bf
commit f638003543

View file

@ -24,3 +24,9 @@ exports.DISPLAY_NAME = 'displayName'
* Maps user to the last request sent to them.
*/
exports.USER_TO_LAST_REQUEST_SENT = 'USER_TO_LAST_REQUEST_SENT'
exports.CURRENT_ORDER_ADDRESS = 'currentOrderAddress'
exports.ORDER_NODES = 'orderNodes'
exports.ORDER_TO_RESPONSE = 'orderToResponse'