notifications
ListNotificationsOptions
Defines an interface that represents the options for a list action.
Members
endpoint? string
The HTTP endpoint that the request should interface with.
sort? ("ascending" | "descending")
The order that items should be sorted in.
- "ascending" means that the items should be sorted in alphebatically ascending order by address.
- "descending" means that the items should be sorted in alphebatically descending order by address.
SendNotificationOptions