aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-11-10 12:32:04 +0800
committerFabio Berger <me@fabioberger.com>2017-11-10 12:32:04 +0800
commita1bc18e5cf4e7c26bfce7feca0abe4e17c14db83 (patch)
treeb2101b76f626d5ea877869a5f1866dc5888825f3 /src/types.ts
parent0cd5bf796766f653999591607a2ee87706f80383 (diff)
downloaddexon-sol-tools-a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83.tar
dexon-sol-tools-a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83.tar.gz
dexon-sol-tools-a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83.tar.bz2
dexon-sol-tools-a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83.tar.lz
dexon-sol-tools-a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83.tar.xz
dexon-sol-tools-a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83.tar.zst
dexon-sol-tools-a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83.zip
Improve comment
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 352818bc2..13867dac8 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -396,7 +396,8 @@ export interface JSONRPCPayload {
}
/*
- * pollingIntervalMs: How often to poll the Ethereum node for new events
+ * pollingIntervalMs: How often to poll the Ethereum node for new events.
+ * numConfirmations: How many confirmed blocks deep you wish to listen for events at.
*/
export interface OrderStateWatcherConfig {
pollingIntervalMs?: number;