Constructs an instance of this controller.
Handler of the /payouts endpoint. Returns all payouts that match
the request query. If the query is null or not specified, returns
all documents in DTO format using PayoutDTO.
The result of this endpoint can be paginated using query
parameters: pageSize, pageNumber. Also, it can be sorted
with query parameters: sort, order.
Requests a user's payouts entries. This endpoint is protected and a
valid access token must be attached in the Authorization request
header, in signed cookies or in browser cookies.
The request is secured using the AuthGuard guard
which attaches a payload to the request object.
An express request used to extract the authenticated user payload.
An authenticated user's received payouts.
Generated using TypeDoc
PAYOUT
The payouts controller of the app. Handles requests about payouts that are available in the database.
This controller defines the following routes:
/payoutsGET/payouts/:addressGETv0.3.2