fromTopic()

Description

Retrieve an array of requests from a topic

Parameters

NameTypeRequired?Description

topic

string

Topic string

updatedBetween

Start time and end time

Object

Options

Returns

Promise<Request[]>

Types and Interfaces

Types.ITimestampBoundaries

NameTypeRequired?Description

from

number (Unix timestamp)

Start time

to

number (Unix timestamp)

End time

options

NameTypeRequired?Description

disablePaymentDetection

boolean

Disables payment detection

disableEvents

boolean

Disabled events

Last updated