diff options
-rw-r--r-- | src/types.ts | 3 |
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; |