order keys
This commit is contained in:
parent
500e7eb2bf
commit
f638003543
1 changed files with 6 additions and 0 deletions
|
|
@ -24,3 +24,9 @@ exports.DISPLAY_NAME = 'displayName'
|
||||||
* Maps user to the last request sent to them.
|
* Maps user to the last request sent to them.
|
||||||
*/
|
*/
|
||||||
exports.USER_TO_LAST_REQUEST_SENT = 'USER_TO_LAST_REQUEST_SENT'
|
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue