fromTopic()
Description
Retrieve an array of requests from a topic
Parameters
Name
Type
Required?
Description
topic
string
Topic string
updatedBetween
Start time and end time
Object
Options
Returns
Promise<Request[]>
Types and Interfaces
Types.ITimestampBoundaries
Name
Type
Required?
Description
from
number (Unix timestamp)
Start time
to
number (Unix timestamp)
End time
options
Name
Type
Required?
Description
disablePaymentDetection
boolean
Disables payment detection
disableEvents
boolean
Disabled events
Last updated