From f638003543a7537127240cbcb4390134dc4f9014 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 13 Jan 2020 15:59:38 -0400 Subject: [PATCH] order keys --- services/gunDB/contact-api/key.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/gunDB/contact-api/key.js b/services/gunDB/contact-api/key.js index 1aa3f8a0..52d7de8b 100644 --- a/services/gunDB/contact-api/key.js +++ b/services/gunDB/contact-api/key.js @@ -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'